We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi developer why my app in release not working when upload the app to TestFlight and in android its working
The text was updated successfully, but these errors were encountered:
For iOS release builds, Xcode strips symbols, causing issues. To fix:
- In Xcode, go to Target Runner > Build Settings. - Set Strip Style from All Symbols to Non-Global Symbols.
Let me know if that works!
Sorry, something went wrong.
For iOS release builds, Xcode strips symbols, causing issues. To fix: - In Xcode, go to Target Runner > Build Settings. - Set Strip Style from All Symbols to Non-Global Symbols. Let me know if that works!
same issue and fixed successfully!
No branches or pull requests
hi developer why my app in release not working when upload the app to TestFlight and in android its working
The text was updated successfully, but these errors were encountered: