-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Success run in IOS App, but got failed/broken when archiving for upload in App Store #1080
Comments
That's bad, indeed. I'm not able to reproduce unfortunately using a blank project. Have you tried a flutter clean (although deleting the ios folder is already a good step, might try to delete the build folder too). I have tried building using |
I was try to delete ios folder and run flutter clean. Also delete build folder via xcode. I use menu "product > archive" via xcode and use "flutter build ipa" via command. But still get same error. |
What's weird is that it works in debug. So sorry if I ask you try things you have already tried: Can you confirm that you set: for all your configuration (check in project.pbxproj) and that no podfile override this setting (a good text search can help)? Does it happen if you create a blank project (you can try the example project in sqflite)? Have you try the suggestions here:
Many have reported similar issues in stackoverflow with firebase (with sometimes weird resolutions) |
yap, i was try it to set value to "NO" and following bellow, but nothing has change.
i tried to create a blank app, and just add sqflite repo's and i don't wriite any code, "just a black app & sqflite repo's". i got same error when build app via xcode, product > archive |
I don't know what to say neither what you can try (maybe Can you try the steps below in a console show me the output?
and then I can open XCode and build for archive. If it fails, can you try |
yap, that's my setup, and i did that's step. if i build ipa via command like |
I'm not sure I understand, the initial issue happen during the build process. First try to build from the command line and then (once the flutter build is successful on the command line) use XCode to export. |
i got this error when try build via command
|
Once you said
then you said
So I'm confused. The error only happen on your existing project ? Sorry I don't know what to try besides cleaning (pub cache, build, pods). I cannot reproduce. Now that FMDB is going back again to be available on cocoapod this might change again in the near future. |
i'm confused too. even though, i just add the last of |
@mohbasirudin Can you try the steps I highlighted in my comment here: #1080 (comment) |
I can run normally my app on simulator, but when i try to archive for upload to App Store via xcode i got some error library, like:
=========
I was try some method, but nothing has changed, like:
My tech:
The text was updated successfully, but these errors were encountered: