Error during the native iOS build suggests an issue with the code signing configuration. Xcode 16 #2787
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?iOS (Swift, Objective-C) Steps to reproduce
Expected resultsSuccess build. I don't have this error in xcode 15. Actual resultsConfigure code signing settings Build failed :| Build id (optional)671025307da8ce2dd98b675e |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hello @dmitriy-cr3w,
and
steps and run the build again. If you run into any issues, please share your new buildID along with the message as well. |
Beta Was this translation helpful? Give feedback.
-
@dmitriy-cr3w @YazeedAlKhalaf @Nodirbek-Khudoyberdiev gem update xcodeproj before calling We're working to update Xcodeproj gem directly on Codemagic VMs so that you wouldn't have to apply the update during the build. |
Beta Was this translation helpful? Give feedback.
@dmitriy-cr3w @YazeedAlKhalaf @Nodirbek-Khudoyberdiev
xcode-project use-profiles
relies on Xcodeproj Ruby gem to modify Xcode project files so that specified provisioning profiles are used when building the application. Up until very recently Xcodeproj did not support projects that were generated using Xcode 16.0 or 16.1, but yesterday they released an update which resolves this issue.For the time being you can patch the issue by running
before calling
xcode-project use-profiles
.We're working to update Xcodeproj gem directly on Codemagic VMs so that you wouldn't have to apply the update during the build.