craigk
craigk

Reputation: 1304

updated xcode for ios5 app wont run stops at __dyld__dyld_start

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

Answers (1)

Stephen Darlington
Stephen Darlington

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

Related Questions