When using flutter_unity_widget_2 (or similar Unity integration plugins) on iOS physical devices, the app crashes immediately in debug mode with the following error:
Unable to flip between RX and RW memory protection on pages
Thread 1: signal SIGABRT
Steps to Reproduce
- Create a Flutter project with Unity integration
- Export Unity project to UnityLibrary
- Configure the plugin as per documentation
- Run flutter run (debug mode)
- App crashes with SIGABRT (white screen appear)