cocos2d-objc icon indicating copy to clipboard operation
cocos2d-objc copied to clipboard

CCRendererBasicTypes.m CCBlendModeCache

Open spidey2012 opened this issue 7 years ago • 1 comments

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>'

spidey2012 avatar May 04 '18 21:05 spidey2012

Fixed the problem by deleting the NSCopying bit from the method

spidey2012 avatar May 04 '18 21:05 spidey2012