-
Notifications
You must be signed in to change notification settings - Fork 28.5k
I can't run flutter build ios #85676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @edgarfroes I kindly advise you to update to the latest Fluter Can you please upgrade to the latest Thank you |
@TahaTesser It turns out that for now it's not possible to update flutter, as I'll have to refactor a lot of the code and I need to upload a new version to the app store as soon as possible. Another error that's happening right now is: |
@rodrigoalexandrino |
I have met the same problem too, the building arch is wrong. Suggest you exclude the arm64 in your podfile
|
@rodrigoalexandrino |
Without additional information, we are unfortunately not sure how to resolve this issue. Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
I'm doing maintenance on this app and had to publish it on the app store, after many errors I finally got it. It turns out that I uploaded a version with errors and I need to rollback to the version that was working. I've already adjusted git to use the version that was ok, but I can't build or run it on ios.
I've run the commands 'flutter clean', rm -rf 'ios/Pods', 'pod install' and many others, but nothing works.
Error on run 'flutter build ios'
My podfile
My flutter doctor
The text was updated successfully, but these errors were encountered: