-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceNot sure about the steps to reproduce tbh. The build works on my local machine with the same environment. If anything, this only occurred after working on 3rd party integration with customer io and a bunch of config changes in xcode like adding a new build target for notification extension service. Expected resultsBuild successfully Actual resultsThis is the same problem as this thread but since it's closed I'm opening a new one. This thread seems to be the solution for a lot of people to remove the GoogleService-the target build phase Copy Bundle Resources, tho my error message isn't google service info.plist related I thought why not and give it a try, still doesn't fix it. Here's the error message:
Any help is much appreciated! Build id (optional)65f4dcfc6b900373a6b9697e New info: And here is my podfile in case it helps: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Solved by adding e.g.
Still wondering tho why it builds successfully locally but not in CodeMagic. |
Beta Was this translation helpful? Give feedback.
-
@VeeTsien You're a hero—I'm super curious how you figured this one out. |
Beta Was this translation helpful? Give feedback.
Solved by adding
pod 'GoogleUtilities'
in the Podfile for the two different targets.e.g.
Still wondering tho why it builds successfully locally but not in CodeMagic.