CBasediOSApp
CBasediOSApp copied to clipboard
Crash after start
After launch crashes with: 'dyld: dyld_sim is not compatible with the loaded process, likely due to architecture mismatch'
@drougojrom Are you trying to run this in the simulator? I believe this needs to be run on an ARM device, since the sim is i386.
It should work on the simulator, at least since the last time I touched it. If it's not currently working I don't have too many suggestions, sorry. If I have any free time this week I'll try to dive in and fix it.
I also got this error but I resolved it by changing Architecture value to Standard architectures in Build Settings
