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!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…