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?
|
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?
| ||||
|
feedback
|
|
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 Previously, it was defined as
Basically, the opposing visibility attributes were the cause of the errors. (Ready, fight!) I've just tested and committed a fix which replaces So, the short answer to your question is: update to revision 710. ;-) | |||||||||||
feedback
|