I want to catch up to a current OF version so am doing some tests with the nightly builds. It seems there is something up with IOS and poco. A new project from the project generator, using ofxPoco no code andand no new code throws this error:
I just tested this version of iOS nightly builds and it worked without problems !!
Please try to re-download and create new project with projectGenerator.
Hey @fresla! I tested just now and can confirm the error (m1; Ventura 13.0.1; Xcode 14.1). I downloaded the nightly from 20221214 and created a new, empty project from the project generator with the ofxPoco addon. I didn’t plug in a device, but selected My Mac(Designed for iPad). After removing the addon and updating the project (no addons), it compiles fine.
I see the issue too.
I think it might be an issue with the projectGenerator and the iOS template as the libs include paths for the ofxPoco addon aren’t being added to the Header Search Path field.
Thanks for pointing it out.
I’ve submit two PRs, already merged now, one for openFrameworks and other for projectGenerator that hopefully fixes everything.
You can pull both projects and recompile project generator to test, or wait for tomorrow nightly builds.