Hi all ! I’m having problems linking my app with ofxMidi addon, with Qt Creator 3.6.1 + OF 0.9.3
Compilation is fine but link stage fails with ld: framework not found /Volumes/Work1/Development/of_v0.9.3_osx_release/addons/ofxMidi/CoreMIDI
As a blind shoot I’ve added ‘CoreMIDI’ to the frameworks listed in of.qbs file, line 454
Also the .qbs file of my application have ‘CoreMIDI’ added to of.frameworks, line 48
And I really don’t understand why the framework is searched inside addons/ofxMidi/