iOS native Unit Test #1633
Replies: 2 comments 1 reply
-
Hi @itsmartin-mv,
Let's first check this and if it still does not help, share a build id, so I can see what the actual issue is. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, we have an iOS builds are running in Codemagic since the beginning somehow when we moved to xcode: v14.3 it started giving errors. Overall everything works rn with v14.1 but question is:
We have Unit test running in Codemagic but we are using xcode build commands not xcode-projects
arch -x86_64 xcodebuild test -workspace Example -scheme Example_unit -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest'
When we run it with this command it does work but when we switch to
xcode-project run-test
it does give an error related to architecture. For that reason we are specifying the arch option inxcodebuild
command. We were not able to execute exact same command with xcode-project. Also if we dont execute it with xcodebuild it does not artifacts the results and sends it.Any suggestions would be highly appreciated.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions