There is an error on the Objective-C Literals page: http://clang.llvm.org/docs/ObjectiveCLiterals.html In the section "Boxed C Strings" NSMutableDictionary *options = [NSMutableArray new]; should be NSMutableDictionary *options = [NSMutableDictionary new]; Kurt