projectGeneratorSimple
projectGeneratorSimple copied to clipboard
Xcode: frameworks included with ofxaddon don't get added to FRAMEWORK_SEARCH_PATHS
ofxSyphon includes Syphon.framework in libs/Syphon/lib/osx
For addons which have a framework in their lib folder, the path to the framework needs to be added to FRAMEWORK_SEARCH_PATHS for generated Xcode projects. Doing so fixes the include error in Xcode ofxSyphon currently throws if you use it with the Project Generator.
thanks for reporting the issue I'll take a look