persistent code signing issues #3087
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproducerunning the build constantly triggers code signing errors Expected resultsI need the build to complete and move to app store connect for testflight Actual resultsI am experiencing persistent iOS code signing issues with my project, despite following all best practices and the official Codemagic iOS code signing documentation. Build id (optional)6818fef06737086f1dd13088 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @thrifting2025,
|
Beta Was this translation helpful? Give feedback.
Hello @thrifting2025,
Please, there are some things I'd like you to double-check and confirm on your end.
com.***.app2
and the otherscom.***.app2. FirebaseNotificationServiceExtension
andcom.***.app2.OneSignalNotificationServiceExtension
ios/Runner.xcodeproj
..xcworkspace
or.xcodeproj
isn't in your.gitignore
…