kylemcdonald / ofxEdsdk

Interfacing with Canon cameras from openFrameworks for OSX. An alternative to ofxCanon and CanonCameraWrapper.
Other
111 stars 51 forks source link

OF Project Generator not working #16

Closed 01010101 closed 10 years ago

01010101 commented 10 years ago

Hi,

Env: MacOS 10.9.1 Dev env : XCode 5.0.2 Of: 0.8.0 Edsdk 2.13

I have not been able to create a new project using the project generator. It first creates the project folder in myApps and then nothing else happens (app busy). I have to force to quit the app. I tried with other add-ons and it works fine.

When opening the project, it doesn't contain any reference to the add-on so I suppose something bad happens during the project generation.

ungaro commented 10 years ago

same here, any workarounds?

01010101 commented 10 years ago

Found this project that you can use as a starting point : https://github.com/Interhacktive/AudioPhotoBooth

kylemcdonald commented 10 years ago

i updated the project files, but in the future using https://github.com/admsyn/OFPlugin plus some manual tweaking (setting .m to compile as objective-c++ ) should do it.