Could not delete bin because it was not created by the build system and it is not a subfolder of derived data.
Showing All Messages
Could not delete `openFrameworksmacOS/apps/myApps/emptyExample/bin` because it was not created by the build system and it is not a subfolder of derived data.
Fix is applying an xattrib to the folder in the template and copying with cp -X or rsync.
I might just add to the projectGenerator code too with system command just to make it easier and bound in c++ rather than folder attributes which might not be pushed to git or zipped not sure
Could not delete
binbecause it was not created by the build system and it is not a subfolder of derived data.Fix is applying an xattrib to the folder in the template and copying with cp -X or rsync.
I might just add to the projectGenerator code too with system command just to make it easier and bound in c++ rather than folder attributes which might not be pushed to git or zipped not sure