cocos2d / cocos2d-objc

Cocos2d for iOS and OS X, built using Objective-C

Home Page:http://www.cocos2d-objc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCRendererBasicTypes.m CCBlendModeCache

spidey2012 opened this issue · comments

in Xcode 9.3

-(id)objectForKey:(id)options
{
id src = options[CCBlendFuncSrcColor] ?: @(GL_ONE);

CCBlendFuncSrcAlpha: (options[CCBlendFuncSrcAlpha] ?: src),

Expected method to read dictionary element not found on object of type 'id'

Fixed the problem by deleting the NSCopying bit from the method