Hello.
After switching to M1, unit tests, on iOS, are execution 40 mins (or slower) instead of 5-10 mins, as it was on Intel.
I thought maybe problem in Xcode tests for iOS
step. I made custom script and run this command manualy:
xcodebuild \
test \
-project $BITRISE_PROJECT_PATH \
-scheme $BITRISE_SCHEME \
-destination 'platform=iOS Simulator,name=iPhone 8 Plus,OS=latest' \
-testPlan TestPlan | xcpretty
but it didn’t help, it still takes over 40 mins to finish.
is it possible to fix somehow?
thanks.