Skip to content
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

In release mode the android version is working but iOS version is not working #252

Open
MuhammadRizwanDawar opened this issue Sep 21, 2024 · 2 comments

Comments

@MuhammadRizwanDawar
Copy link

hi developer why my app in release not working when upload the app to TestFlight and in android its working

@azazadev
Copy link

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!

@hello112334
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants