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
To summarise the answer given here:
you change
-weak_library /usr/lib/libSystem.B.dylibto-weak-lSystemDid the trick for me too. Seems to still work on iOS 4 devices too.
(Changed to community wiki since it’s not my answer.)