I get these errors when I try to build an iOS application.
ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/Markus/Library/Developer/Xcode/DerivedData/Totalbox-clpeqwpfvwuhpleeejnzlavncnvj/Build/…
Alternate Titles
List of Xcode build variables
Print a list of Xcode Build Settings
Clang Environment Variables
Canonical list of Xcode Environment Variables
Is there a Canonical list of Xcode Environment Variables that can be used in Build Rules etc?
On my version of Mac OSX (Lion 10.7.1, XCode 4.1), there is LLVM 3.0svn and Clang 2.1.
The current versions are LLVM 3.0 and Clang 3.0.
From the XCode web site, it seems that the latest version (4.2.1) still uses LLVM 2.0, and this seems to be …