Tagged Questions
5
votes
2answers
2k views
Creating an Xcode data formatter bundle for custom Obj-C objects
To help simplify debugging of some custom Objective-C objects in the Xcode debugger window, I've created a set of data formatter strings for each of the objects, using the related Apple documentation ...
2
votes
1answer
178 views
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?