XCode project configuration is always reset

Hello,

I’m using CC 3.8.2, when I build my game for iOS the Xcode project is always reset.
I need to reconfigure the Xcode project for each update or my game.
I use the “Normal Build” “Build > Make > Run” each time I build a project. But it’s horribly long.

image

For example the frameworks, the support destinations will be overridden.
image

I also customized some files like Info.plist in the native folder but I can’t customize the Xcode project.

How to update the game faster and keep the XCode configuration?

you need to have a custom build extension that copy your configuration to the final build path. Thats way it will not reset xcode project.
https://docs.cocos.com/creator/manual/en/editor/publish/custom-build-plugin.html

1 Like