tensorflow / flutter-tflite

Apache License 2.0
553 stars 130 forks source link

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

Open MuhammadRizwanDawar opened 1 month ago

MuhammadRizwanDawar commented 1 month ago

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

azazadev commented 1 month ago

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 commented 1 week ago

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!