A problem with computerized deletion of information in iOS.
Good day developer associates. Iām growing a sport this time and getting ready for iOS launch. Cocos Creator has skilled as soon as once more that it’s a very nice engine. Belief me.
There was one drawback whereas growing IOS this time, and we added BridgeUtil.h and mm information to our sport mission, however the information are eliminated each time we construct in Cocos Creator Inspector. Mechanically. Itās cumbersome so as to add every time.
Does anybody know easy methods to remedy this?
These two information presently exist within the engine/ios folder and I add them to the Supply Information folder in mission title + cellular, however the script disappears each time I construct. In fact the framework. Weāre utilizing the Fb Framework, they usuallyāre including it again each time.
you may add BridgeUtil.h and mm information to CMakeList.txt
I attempted the code you gave me. I put it as follows, however computerized import nonetheless doesn’t workā¦ Android didn’t have this drawback, however IOS is a bit troublesome.
which model of creator are you utilizing? i believe you might add this two information to CMakeList.txt after what i pointed earlier than.
Iām presently utilizing cocos model 3.5.1. So that you imply so as to add textual content after construct?
i imply so as to add on this line, after the ViewController.h:
That is all of the code I get after I open the CMAKELIST file. Is the model you’re utilizing completely different from the one you’re utilizing? I wish to do the identical as you suggested, however the code is completely different. In fact, this code doesnāt work now.