尝试在 OSX 10.8 上编译 trunk@711,而 Xcode 4.5.2 出现编译错误。
CHMutableDictionary.m:54
Conflicting types for 'createCollectableCFMutableDictionary'
查看 CHMutableDictionary.h:14
HIDDEN void createCollectableCFMutableDictionary(CFMutableDictionaryRef* dictionary, NSUInteger initialCapacity);
此处讨论了隐藏宏:CHDataStructures.framework 不会在 Xcode 4 中为 iOS 编译,而是关于 iOS。
我猜需要一个补丁才能让它在 OSX 上编译?