Skip to content
New issue

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

Download engine script fails on 404 #52

Open
MaxGabriel opened this issue Aug 24, 2016 · 2 comments
Open

Download engine script fails on 404 #52

MaxGabriel opened this issue Aug 24, 2016 · 2 comments

Comments

@MaxGabriel
Copy link

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>
@haha0504
Copy link

have you solved?

@Poordeveloper
Copy link

Poordeveloper commented Sep 2, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants