kylemcdonald / ofxEdsdk

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

Compile error OS X on nightly build #45

Open brinoausrino opened 8 years ago

brinoausrino commented 8 years ago

Hi, when I try to compile the addon with the latest nightly build on osX el capitan a linker error occurs: ld: framework not found EDSDK clang: error: linker command failed with exit code 1 (use -v to see invocation)

I included the .framework files in the project. The target membership is set as required . So I do not have any idea what could be the reason.

Javingka commented 7 years ago

Hi @brinoausrino did you finally solve this issue? I am getting the same error and I can't find any workaround.

Thanks.