Reputation: 755
I installed Xcode 4.3.3 and iOS simulator 5.1, After that i am getting this linker error
ld: library not found for -liPhone-lib
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Please guide me to fix this.
Note: I didn't delete Xcode 4.2 version and my build is working fine in this version.
Upvotes: 3
Views: 3066
Reputation: 11
make Pod ->Build Settings ->Build Active Architecture Only is NO not Yes
Upvotes: 1