You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/cocos2d/cocos2d-x-samples.git
cd cocos2d-x-samples
python download-engine.py
cd cocos2d-x-samples/samples/LiquidFun-Testbed/proj.ios_mac
open LiquidFun-Testbed.xcodeproj/
Now I attempt to build and it seems the Liquidfun folder is missing -
Showing Recent Issues
No such file or directory: 'cocos2d-x-samples/libs/liquidfun/liquidfun/liquidfun/Box2D/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp'
Checking in the shell reveals the liquidfun folder is empty:
To try and remedy this I downloaded LiquidFun separately, and placed it in the requested folder. This enabled compilation to complete, but when I run the macOS version I am presented with a black/blank window. Interacting with the window (keys / mouse presses) produces logs as expected.
The text was updated successfully, but these errors were encountered:
@pandamicro Same with latest Xcode 9. Just black screen and nothing works.
Can anyone help with this? I've downloaded all as indicated in instructions.
Following the instructions through:
Now I attempt to build and it seems the Liquidfun folder is missing -
Checking in the shell reveals the liquidfun folder is empty:
To try and remedy this I downloaded LiquidFun separately, and placed it in the requested folder. This enabled compilation to complete, but when I run the macOS version I am presented with a black/blank window. Interacting with the window (keys / mouse presses) produces logs as expected.
The text was updated successfully, but these errors were encountered: