Can you replace cci file in final xcode project?
I am wondering how I can speed up my development so I don't have to redo everything in xcode for every iteration or update.
Is it possible to build your project as a final xcode project, and then if you want to make an update in the future to the game you can just build the cci file and replace with that and upload the new version to the store? (as long as I have not added any new extensions to the game) Or can you only replace the cci when building as a regular xcode project in developement?
I am unsure what is the best and smoothest method. It is a real pain now to have to redo so much things in xcode.