IOS Build Signing Fails and prevents the Build #1970
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI build my app with the following IOS-Workflow. The Apple Developer-Portal integration is active and the provisioning profile and Certifikate are sucessfully fetched Expected resultsThe App builds and is published to the App-Store Actual resultsThe Key and Profile are Imported but later on not found This makes the Build fail during the main build step. Build id (optional)64da01d2660b2df2bda40fdb |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
I understand you are using Code Signing Identities, having uploaded the certificate and profile to Codemagic. Also, your bundle id-s are mismatching, your App Store bundle id is Try to fix these and if any issues persist, let me know. |
Beta Was this translation helpful? Give feedback.
It is still the mismatch - if you have a Mac, change the bundle identifier in Xcode.
Otherwise, I advise you to do a change
ios/Runner.xcodeproj/project.pbxproj
, where you have thePRODUCT_BUNDLE_IDENTIFIER
value. Change that also.