Exporting
-
Avoid having more than one copy on your system at a time, it often leads to issues.
This is because to compile plugins, you need to specify source code in the properties, which can only ever be one folder - it's stored in the app data folder.
Unless you're building using CLI which let's you specify the source folder when calling the exe with the export argument.
But yes, use git to manipulate the repo and move between commits instead of having multiple source code repositories.
-
@bananaas007 said in Exporting:
Uninstall Xcode 15 and install the most up to date version of Xcode 14 from HERE