Skip to content

Error during the native iOS build suggests an issue with the code signing configuration. Xcode 16 #2787

Closed Answered by priitlatt
dmitriy-cr3w asked this question in Q&A
Discussion options

You must be logged in to vote

@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

gem update xcodeproj

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.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@YazeedAlKhalaf
Comment options

@dmitriy-cr3w
Comment options

@helinanever
Comment options

@Nodirbek-Khudoyberdiev
Comment options

@YazeedAlKhalaf
Comment options

Comment options

You must be logged in to vote
2 replies
@Dmitriy-Holovnia
Comment options

@priitlatt
Comment options

Answer selected by helinanever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
7 participants