cocos2dx-cpp-sample icon indicating copy to clipboard operation
cocos2dx-cpp-sample copied to clipboard

Update cocos-2d-x to 3.17 to fix "call to unavailable function" build error on iOS

Open tejasd opened this issue 7 years ago • 2 comments

Update the default cocos-2d-x version to 3.17.

The change for android is needed because the template in v3.17 does not have two different folders for proj.android and proj.android-studio anymore.

tejasd avatar Jun 27 '18 23:06 tejasd

#16

tejasd avatar Jun 27 '18 23:06 tejasd

Important: Each release of the Firebase C++ SDK is pinned to specific Firebase Android SDK versions for each module. If you update your version of the Firebase C++ SDK, you should also update the Firebase Android SDK versions referenced in your gradle file to match the version numbers below.

setup_firebase_sample.py script download latest version of the Firebase C++ SDK. We should update gradle files also i think.

formatCvt avatar Jun 28 '18 09:06 formatCvt