When using Xcode, My app is building as expected but it is failing when it starts running with the following error:
The app doesn't crash, it continues running but it just pauses on the launch screen.
However, it works as expected when running on the simulator via xcode. Also, the app was working perfectly on device just a few hours ago.
Do you have any idea why it might be failing when running on a physical device?
I have tried cleaning the build folder but it did not do any good.
Code Block Thread 1: EXC_BAD_ACCESS (code=1, address=0x800000002)
The app doesn't crash, it continues running but it just pauses on the launch screen.
However, it works as expected when running on the simulator via xcode. Also, the app was working perfectly on device just a few hours ago.
Do you have any idea why it might be failing when running on a physical device?
I have tried cleaning the build folder but it did not do any good.