-
Hi, I have a flutter project which compiles fine (iOS version) on both CodeMagic and my local machine However, as soon as I activate iOS Code signing on code magic, the build fails with the following (minimal ...) error : I have no other information in the build logs, apart from other warnings. Any idea of what is happening ? Or any clue on how to get more details about this error ? Julien |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 12 replies
-
Hi @galvin59, Please share the build id, so we can look into the issue further. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
Wanted to stop in and confirm that I am having this issue too since ~16hrs ago. Edit: Here is a build ID of mine that is failing - 63d22f481f9fe032e8f3cc7b |
Beta Was this translation helpful? Give feedback.
-
I tried to go for Flutter 3.7.0 and Xcode 14 but I had no luck :( @himesh-cm did you have a chance to look at my build logs ? For me too, the integration pipe is blocked by this problem :( |
Beta Was this translation helpful? Give feedback.
-
Problem fixed finally. I started a new project from scratch and realized that the problem was coming from using different flavor and passing them in the command line |
Beta Was this translation helpful? Give feedback.
Problem fixed finally. I started a new project from scratch and realized that the problem was coming from using different flavor and passing them in the command line