projectGeneratorSimple icon indicating copy to clipboard operation
projectGeneratorSimple copied to clipboard

Results 35 projectGeneratorSimple issues
Sort by recently updated
recently updated
newest added

Here is what the window look like and the buttons on the left top corner are not response. How can i solve it? I am trying to do a project...

I'm getting all sorts of std namespace issues trying to build this in Xcode 6.4 (oF 8.4) all in baseProject.cpp I've tried adding using namespace std; without any luck Am...

Hello, Syphon is really a must have for openFrameworks. Unfortunately, ofxSyphon addon is quite complicated to use for XCode noobs. I tried and keep trying but can't get it to...

updates to plugixml1.6 removes glut as dependency using glfw makes it compile for 64bit (tested on osx 10.9.5)

Commit 474eb4d00ba654d222ba379878cee59f409f8635 added a definition of MAKE_IOS for all builds, presumably the problem

_I hope this is the right place to post, since I also saw [project generator issues in the main repo](https://github.com/openframeworks/openFrameworks/labels/project-generator) and a [specific projectGenerator repo](https://github.com/openframeworks/projectGenerator). Let me know if it...

Using current HEAD, current OF HEAD, current OS X, current Xcode 1. Clone the [ofxSyphon](https://github.com/astellato/ofxSyphon) addon into addons 2. Launch PG 3. Select ofxSyphon as an addon 4. Hit Generate...

_Moving issue from https://github.com/openframeworks/openFrameworks/issues/2412_ Generating an iOS project with frameworks results in a corrupted project which gives the following error: ``` Project /Users/dano/src/openFrameworks/addons/ofxMidi/exampleIOS/exampleIOS.xcodeproj cannot be opened: -[PBXBuildFile group]: unrecognized selector...

in [ofxStreamer](https://github.com/halfdanJ/ofxStreamer) i have some header files that need to be excluded from the project navigator in xcode (because its c and not c++ header files). Adding those folders to...

[ofxAddon instructions](http://ofxaddons.com/howto/#make) provides a location and behaviour for addon data which should be copied to project bin/data directories, and addon_config.mk has `ADDON_DATA` for same. Both are effectively ignored by the...