iOS Code Signing fails #1820
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsThe workflow should be completed without errors as before. Actual resultsWorkflow fails during the build phase with the below error.
Build id (optional)649ad50dbf21aceceaa9bd4b |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello @gnomezgrave, it appears that the latest build was successful and you were able to resolve it independently. If you require further assistance, please connect with us with your build ID. |
Beta Was this translation helpful? Give feedback.
-
So, in case someone else faced a similar issue, here are the things that I reverted. I reverted to the last commit that worked, took a backup of the
This is the XCode project version.
I don't know if the above changes are needed. But these changes are! For each release, debug, and profile config in the project:
You can open the project in a text editor and add these lines. Somehow, setting the signing on the UI didn't add these into the project (correctly). I hope this helps someone, someday 😇 |
Beta Was this translation helpful? Give feedback.
-
While I’m closing our thread for now, if you have any other questions or suggestions, feel free to reply back or start a new conversation anytime. Have a nice day! |
Beta Was this translation helpful? Give feedback.
So, in case someone else faced a similar issue, here are the things that I reverted.
I reverted to the last commit that worked, took a backup of the
ios
folder, reverted back to the latest code (which doesn't work).Then I got the diff of the project and the workspace to detect the change.
ios/Runner.xcodeproj/project.pbxproj
This is the XCode project version.
I don't know if the above changes are needed. But these changes are!
For each release, debug, and profile config in the project: