ios build is failing after upgrading to xcode 14.3 and instance type mac_mini_m1 #1587
-
Hello there, Android is working fine but ios build is failing to archive without any error shown. After upgrading to xcode 14.3 and instance type mac_mini_m1, i am not able to build ios from codemagic while it is working fine on local builds. Failed on command - cd /Users/builder/clone/ios build id - 64422aafb95109f523089a59 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @pranaynemavrize, you are getting:
Add
|
Beta Was this translation helpful? Give feedback.
Hi @pranaynemavrize, you are getting:
error: Provisioning profile "XXXXXXXXX" doesn't include the currently selected device "builder’s Virtual Machine" (identifier 0000FE00-343A79319AA17942). (in target 'ImageNotification' from project 'TSC')
Add
--archive-flags="-destination 'generic/platform=iOS'"
toxcode-project build-ipa
. So, it will look like:xcode-project build-ipa --archive-flags="-destination 'generic/platform=iOS'"