openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

macOS XCode build failed with unkown argument "-index-store-path" and cannot specify -o when generating multiple output files #7974

Open tizee opened 4 months ago

tizee commented 4 months ago

My build environment

Expected behavior

Actual behavior

Screenshot

My workaround

Since there's a Makefile, I have to run make manually under the project root directory.

tizee commented 4 months ago

After switching to the release scheme according to the logs from manual build with make , XCode could build the project successfully.