CHDataStructures.framework won't compile for iOS in Xcode 4
问题 I downloaded CHDataStructures source code (r709), and tried to compile the iOS static library under xCode 4. It complained when compiling: Can anyone give me some ideas how to compile it? 回答1: As the author of the framework, I was intrigued when Dave DeLong passed this link my way. Turns out this isn't due to Xcode 4, it's due to changes in the iOS 4.3 SDK (and incidentally, the 10.7 SDK too). I was using the OBJC_EXPORT macro with __attribute__((visibility("hidden"))) (for which I defined a