Moving Project Folder Location

I’ve had to move a project to a different location. However when I build the app it is creating a number of folders in the old location related to the build.

How do I get these files and folder to use the new location instead of the old.

Notes: It creates a new fold with the name of the project and platform folders underneath.

Old Folder/platforms/ios/build/…
Old Folder/platforms/ios/CordovaLib/…

1 Like

Did you ever figure this out?

I had an error, because I moved the project foldor to a folder that contained special characters like !.
I moved to another folder, without special characters on parent folders and it worked.

Hope this helps others!