Error on build Mac OS X lib and framework
ikorich opened this issue · 1 comments
ikorich commented
Mac OS 10.11.2 and Xcode 7.2
cocos2d-objc/cocos2d/CCDirector.m:381:3: error: use of undeclared identifier '_view'; did you mean 'view'?
_view = view;
^~~~~
view
cocos2d-objc/cocos2d/CCDirector.m:376:44: note: 'view' declared here
-(void) setView:(CC_VIEW<CCDirectorView> *)view
and
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib/libz.dylib (No such file or directory)