cocos2d-objc
cocos2d-objc copied to clipboard
CCRendererBasicTypes.m CCBlendModeCache
in Xcode 9.3
-(id)objectForKey:(id<NSCopying>)options { id src = options[CCBlendFuncSrcColor] ?: @(GL_ONE);
CCBlendFuncSrcAlpha: (options[CCBlendFuncSrcAlpha] ?: src),
Expected method to read dictionary element not found on object of type 'id<NSCopying>'
Fixed the problem by deleting the NSCopying bit from the method