Open 191919 opened 13 years ago
+1
If you use Xcode 4.2 it should work. (They are ARC annotations causing this problem.) In the meantime, you should be able to just #define them away from somewhere global:
Or just go through the source and delete the instances of those annotations in your branch. Whatever works best for you.
When compiling Chameleon in Lion + Xcode 4.1, there are tens of errors like this:
file://localhost/Users/191919/Desktop/cocoa/Chameleon/UIKit/Classes/NSFetchedResultsController.h: error: Parse Issue: Unknown type name '__unsafe_unretained'