We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max@maximilians-mbp ~/D/C/C/cocos2d-x-samples> python download-engine.py ======================================================= ==> Prepare to download cocos2d-x engine! ==> Ready to download 'cocos2d-x-3.8.zip' from 'http://cocostudio.download.appget.cn/Cocos2D-X/cocos2d-x-3.8.zip' ==> Error: Could not find the file from url: 'http://cocostudio.download.appget.cn/Cocos2D-X/cocos2d-x-3.8.zip' ==> Http request failed, error code: 404, reason: <html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>nginx/1.10.1</center> </body> </html>
The text was updated successfully, but these errors were encountered:
have you solved?
Sorry, something went wrong.
You can follow below:
$ git clone https://github.com/cocos2d/cocos2d-x-samples.git $ cd cocos2d-x-samples $ git submodule update --init $ cd libs; git clone https://github.com/cocos2d/cocos2d-x; cd libs/cocos2d-x $ ./download-deps.py $ open cocos2d-x-samples/samples/LiquidFun-Testbed/proj.ios_mac/LiquidFun-Testbed.xcodeproj/
to make samples work with latest cocos2d-x, you need to disable bitcode, please refer to http://stackoverflow.com/questions/31205133/how-to-enable-bitcode-in-xcode-7, and add in CoreText.framework
No branches or pull requests
The text was updated successfully, but these errors were encountered: