I’m trying to get Kal working in Xcode 4.3.2 and after following most of what I’ve found on stackoverflow, I’m getting the following error:
File /Users/arigold/Library/Developer/Xcode/DerivedData/MLTM-dypybtiwtxqyjmbbqsvdtrbnjckz/Build/Products/Debug-iphonesimulator/libKal.a depends on itself. This target might include its own product.
I’m sure that once I get a grasp on how the whole linking static libraries thing works, this will be easy..
Thanks.
Figured it out. I removed libKal.a from the “Link Binaries with Libraries” in the Build Phases section of Kal.xcodeproj. Steps:
Makes sense – it can’t very well link to (depend on) itself, now can it.