I’m running into the following linker errors when trying to build a new project in openFrameworks version 8.3 release using ofxPd. The examples run fine. I double checked that all the correct header search paths are included. I double checked that all the correct lib files are inserted into the xcode tree. Added ‘-DHAVE_UNISTD_H -DUSEAPI_DUMMY -DPD’ to other C Flags. I’ve cleaned then built multiple times with the same issue. Thanks in advance.
Undefined symbols for architecture i386:
"ofxPd::~ofxPd()", referenced from:
ofApp::~ofApp() in ofApp.o
"ofxPd::init(int, int, int, int)", referenced from:
ofApp::setup() in ofApp.o
"ofxPd::openPatch(std::string const&)", referenced from:
ofApp::setup() in ofApp.o
"ofxPd::audioOut(float*, int, int)", referenced from:
ofApp::audioOut(float*, int, int) in ofApp.o
"pd::PdBase::blockSize()", referenced from:
ofApp::setup() in ofApp.o
"ofxPd::start()", referenced from:
ofApp::setup() in ofApp.o
"ofxPd::ofxPd()", referenced from:
ofApp::ofApp() in main.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)