Wednesday, August 31, 2022
HomeGame DevelopmentI must replace due to the app crash - C++

I must replace due to the app crash – C++


Up to now, I launched a sport utilizing the cocos2d-x 3.8.1 model.

This app continues to be on the App Retailer.

However I see lots of critiques that the app immediately ends whereas working.

So I believe I must replace the app, which model of Cocos2d-x ought to I replace? Is 3.17.2 good? Or is 4.0 higher?

And what’s the quickest option to replace the engine?


For iOS or Mac you must use cocos2d-x 4.0 and for android 3.17.2 is finest

Thanks very a lot in your reply.

My sport must assist each iOS and Android.

Ought to I take advantage of model 3.17.2 then?
Can’t the three.17.2 model assist two platforms (ios, Android)?

sure, you should utilize 3.17.2 for each ios and android however it’s endorsed that you just use 4.0 for ios and three.17.2 for android.

Use of v3.17.2 isn’t really helpful as it is going to be rejected by the iOS evaluation course of.
It is because it makes use of UIWebView internally.
It have to be modified to WKWebView.

The most recent model of v3 out there from github has this repair, so utilizing the newest model of v3 will assist each iOS and Android.

If in case you have the git and python instructions prepared, you will get the newest model of v3.
You may be engaged on the command line.

As a preliminary step, run the next command

$ git config --global url."https://".insteadOf git://

You’ll need python 2.x.
The atmosphere I examined is CentOS8, so the command title is python2.

$ python2 -V
Python 2.7.18

Now all you must do is run the instructions so as.

git clone https://github.com/cocos2d/cocos2d-x.git
cd cocos2d-x/
git checkout v3
python2 download-deps.py
git submodule replace --init
cd instruments/cocos2d-console/
python2 download-bin.py

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments