-
Hello, got stuck on this error when building an iOS Flutter app: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @janstehno, it has nothing to do with your Android builds, as the error says it is related to your iOS Scheme. Hard to pinpoint a particular place, I would suggest you to check your Runner scheme if it is in place and correctly configured for the build action. |
Beta Was this translation helpful? Give feedback.
-
So I deleted all files and folders in the ios folder except the gitignore file and Assets folder. Then ran the |
Beta Was this translation helpful? Give feedback.
So I deleted all files and folders in the ios folder except the gitignore file and Assets folder. Then ran the
flutter create .
command and tried the build again. Seems like everything works as intended. There had to be some minor difference between the files in the ios folder I could not spot. Thank you anyways for the answer.