React-native - iOS build fails in codemagic but not on Xcode. probably Provisioning profile/certificate issue #3074
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproducecertificate / provisioning profile got expired, so edited it and saved again. Removed all provisioning profiles and certificates from codemagic and added new ones as well as old. Still iOS build fails in codemagic. if I try manually in Xcode it works fine. and sometimes exited with code 65 Expected resultsiOS build should be successful Actual resultslike - and sometimes exited with code 65 Build id (optional)6807502c01d3b64dd808bebc |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @Chandra-Revscale,
It seems
re-run the build, and please let me know how it goes. |
Beta Was this translation helpful? Give feedback.
From similar reports, this seems like some conflict between a version of react-native and xcode 16.3, you should reproduce this locally as well if you use the same configuration. If you can't reproduce locally, can you please use the same configuration you have locally on Codemagic as well? Using Xcode 16.2 instead seems to work in most cases. Please try this locally first and let me know how it goes on your end.