Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

updated xcode for ios5 app wont run stops at __dyld__dyld_start

Tags:

ios

ios5

xcode4.2

on Thread 1 get initial start screen then app pauses and all i get is 0 16_dyld_dyld_start

I updated to xcode 4.2 on lion (and it is the lion version) now it wont run my app which runs fine on prev xcode. I ran some test basic apps and they run fine.

Any ideas?

Many thanks

like image 498
craigk Avatar asked Oct 05 '11 23:10

craigk


1 Answers

To summarise the answer given here:

you change -weak_library /usr/lib/libSystem.B.dylib to -weak-lSystem

Did the trick for me too. Seems to still work on iOS 4 devices too.

(Changed to community wiki since it's not my answer.)

like image 181
2 revs Avatar answered Sep 25 '22 07:09

2 revs