I’m on a Mac, I’ve installed using the iOS-specific installer from the OF downloads page.
I’m running into a problem when compiling the iOS+OFLib static library, it gives me the compile error, “Poco/URI.h: file not found” from line 9 of ofImage.cpp. But the file exists, at $(OF_ROOT)/addons/ofxPoco/libs/poco/include/Poco/URI.h
So I went into Build Settings in Xcode and specifically added …/…/…/addons/ofxPoco/libs/poco/include to the Header Search Paths, but I still get the error.
I went ahead and, for good measure, ran the download_libs.sh file for iOS which (re-)installed a bunch of Poco stuff, but XCode still can’t find the file.
Still getting the error. Any tips?
(Mac OS X High Sierra, of_v0.9.8_ios_release.zip )