danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

Using ProjectGenerator to create an iOS ofxPd project? #78

Closed batchku closed 4 years ago

batchku commented 4 years ago

I'd like to build the pdExampleIOS project for iOS. When I use the ProjectGeneator to import this project, the resulting XCode project is not an iOS project, but rather an MacOS project. What do I need to do to change that? Are there other instructions for how to get the pdExampleIOS project built and onto an iOS device?

Thank you!

danomatika commented 4 years ago

If what you meant was "the resulting XCode project is not an iOS project, but rather a macOS project", the answer is that you should either use the PG included with the OF iOS bundle and/or enable the advanced PG options and manually select the platform.

batchku commented 4 years ago

Thanks @danomatika ; I had never used the that option in PG; I see it now and was able to build the app. Cheers!