user1068477
user1068477

Reputation:

(cocos2d-x 3.2 / xcode 6) How to open cpp-tests for iOS, no project file present

Cocos2d-x 3.2 -- went to open tests/cpp-tests/proj.ios (using xcode 6) but don't see a .xcodeproj file in there, the individual header and cpp files are though.

How do I generate a .xcodeproj file for these tests (cmake??, don't know what that is) or is there something else I'm missing? Gosh golly, I hope this isn't a bug.

Upvotes: 0

Views: 784

Answers (1)

user1068477
user1068477

Reputation:

Found it:

https://github.com/cocos2d/cocos2d-x

Running Tests Select the test you want from Xcode Scheme chooser.

For OS X / iOS

$ cd cocos2d-x/build
$ open cocos_tests.xcodeproj

Upvotes: 1

Related Questions