I’m running a flutter project on physical device (IOS 17.5.1)
Xcode version: 15.4
MacOS version: Sonoma 14.5
Chip: Apple M3 Pro
The app runs perfectly on Simulators but when i attach it to physical device the app installed successfully but when it initialize and a white screen shows, Xcode fires an error like this:
What i have tried:
-
sudo DevToolsSecurity -enable
-
Restart both devices and changed cable
-
Turn off Debug Executable
-
Delete App and run again
-
Clean build folder from Xcode
-
flutter clean && flutter pub get && flutter run
I’ve been suffering from this issue for three days!