Compiling on Mac: Caching /indexing issues
-
I have noticed that on MacOS, sometimes when opening the binaries folder after compiling there is nothing in it (even if xcode says the build was successful). Sometimes I switch the export plugin type and this makes a difference, though this is very inconsistent and weird. Has anyone else experienced something similar to this? Is this some kind of caching issue?
-
@JL-LV Strange, I have never experienced that on Mac
-
@JL-LV i have experienced this. i always assume i made a mistake and selected the wrong option under Build For >.
i will then clean the build and try again using build for profiling. usually works.
-
@argon I do this as well I ALWAYS clean the build folder and make sure I choose the right option when building but the issue persists.
My computer does not seem to recognize what and where the new build is and where it should be placed.
Whats weirder is that in the jucer file, ive tested by specifying a custom path for my builds to go to after compiling, and sometimes it works....and sometimes it doesnt....