Xcode 5 iOS 7 CocoaPods Linker Error
I just upgraded my old project to new iOS 7. It was already using Cocoapods. I compile and run and everything works fine on the simulator and the device. I tried to archive it using Xcode and I get the following error. ld: library not found for -lPods clang: error: linker command failed with exit code 1 (use -v to see invocation) Any ideas! UPDATE: The architecture for the Pods project is set as the following: Standard architectures (armv7,armv7s) SOLUTION : Cocoapods has been removed from my project. Everything is good now! Sounds like you just needed to update cocoapods. For anyone else who