Reputation: 1304
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
Upvotes: 5
Views: 1856
Reputation: 52565
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.)
Upvotes: 10