none of the example apps will link with the openframeworks library if I build for the device, the output for the example graphics app is
ld: warning: ignoring file /Developer/of_v0.9.0_ios_release/libs/openFrameworksCompiled/lib/ios/libofxiOS_iphoneos_Debug.a, file was built for archive which is not the architecture being linked (armv7): /Developer/of_v0.9.0_ios_release/libs/openFrameworksCompiled/lib/ios/libofxiOS_iphoneos_Debug.a
the ios+oflib project and the example app project architectures are the standard architectures, arm7 and arm64.
I can’t think what’s wrong.