Debug iOS build Error in Flutter Workflow Editor #1890
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI am on Windows. And I have tried to build a flutter debug iOS app in Codemagic. I am getting below error and no idea where it is coming: Xcode build done. 23.6s Encountered error while building for device. Build failed :| Expected resultssuccessful worflow Actual resultsI have not worked in iOS side of flutter app a lot. And I can not figure out the primary cause of the problem and how to figure out to fix it only in Codemagic Workflow Editor since I have no access to macOS Build id (optional)64b7835cefa6cd8ba57590d3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @mir-smarts1, Can you check this SO link if it helps, it is going to be tough to debug this without a mac machine. |
Beta Was this translation helpful? Give feedback.
Hey hello, thank you for your reply. Yeah, I have checked the link you mentioned. No luck. However, I am able to publish a new version to App Store successfully on a Windows machine. Basically, I deleted Podfile.lock file which was in version control. And I have a question. Is this file auto-generated while building, do we need to include this file in git and why, and what is the primary and main duty of this file since I have not worked with the iOS side of Flutter on a Mac device, I am just curious about these questions.
Thanks