openframeworks / openFrameworks

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

Xcode builds app to build folder instead of bin folder #7852

Closed NickHardeman closed 10 months ago

NickHardeman commented 10 months ago

Testing the nightly, it seems like the following line was removed CONFIGURATION_BUILD_DIR = $(SRCROOT)/bin/ from libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig. When compiling from the Xcode IDE it causes the app to be placed in build/products/(Debug/Release)/myApp.app instead of bin/myApp.app which causes the paths to the data folder to break. Putting that line back in the xcconfig fixed it for me.

dimitre commented 10 months ago

Hey Nick sorry about that. my bad. I'll put it back right now.

NickHardeman commented 10 months ago

closed by #7853. Thank you @dimitre :)