CBasediOSApp icon indicating copy to clipboard operation
CBasediOSApp copied to clipboard

Crash after start

Open drougojrom opened this issue 7 years ago • 3 comments

After launch crashes with: 'dyld: dyld_sim is not compatible with the loaded process, likely due to architecture mismatch'

drougojrom avatar Feb 26 '18 09:02 drougojrom

@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.

cwalo avatar Mar 05 '18 15:03 cwalo

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.

richardjrossiii avatar Mar 05 '18 21:03 richardjrossiii

I also got this error but I resolved it by changing Architecture value to Standard architectures in Build Settings

build_settings

kebbbnnn avatar Sep 06 '19 12:09 kebbbnnn