@clem wrote:
I'm working on an app which has too many addons for projectGenerator to cope... PG throws "There was a problem generating your project... stdout maxBuffer exceeded"
I'm using the latest OF and projectGenerator on a macOS 10.12.6.
I don't seem to have that issue using the command line version.
In case anyone else has to do this, here's what I do to make adding and removing addons a bit less painful :
1 - I update my app's addons.make file with all the addons I want to use then, with the help of this alias in my .bashrc :
alias ofxpg="~/workspace/openFrameworks/apps/projectGenerator/commandLine/bin/projectGenerator -o\"~/workspace/openFrameworks\" -p\"osx\""
2 - I can do this from anywhere:
ofxpg folder/for/my/App
or if I'm in my app's folder then:
ofxpg .
Posts: 1
Participants: 1