# cocosbuilder3.x **Repository Path**: fhq/cocosbuilder3.0 ## Basic Information - **Project Name**: cocosbuilder3.x - **Description**: cocosbuilder3.x 版本源代码直接可以编译运行 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2015-06-18 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CocosBuilder CocosBuilder is a free tool (released under MIT-licence) for rapidly developing games and apps. CocosBuilder is built for Cocos2d's Javascript bindings, which means that your code, animations, and interfaces will run unmodified on iPhone, Android and HTML 5. If you prefer to go native all the way, there are readers available for cocos2d-iphone and cocos2d-x. For more info and binary downloads, please visit [cocosbuilder.com](http://cocosbuilder.com). 这个是CocosBuilder3.x 代码已经下好,直接可以xcode编译使用,不需要自己单独找资源库。 scripts 文件夹下2个shell CopyBuiltProduct.sh BuildDistribution.sh 可能没有执行权限,请执行命令添加权限 chmod 777 CopyBuiltProduct.sh chmod 777 BuildDistribution.sh 1.更新cocos iphone 版本 2. 删除[self createStatsLabel]代码会导致不能正常加载工程 3.在10.14系统下, xcode10 编译的app 会opengol显示有问题,等待苹果出新的xcode,请用xcode9编译