Has anyone found a way to run OF on XCode 10 yet?
What errors do you have?
In my case, I got a link error related to QuickTime. I removed this part:
â-framework QuickTime -framework QTKitâ
from âof_v0.10.0_osx_release/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfigâ
and got no link error any more.
That worked for me as well.
Thank you!
I am just running a clean High Sierra with last Xcode. OF 0.10.0
I am getting the Xcode error:
32-bit macOS targets are not longer supported
This project contains the targets emptyExample
and openFrameworks
configured to build 32-bit architectures. Xcode requires that macOS targets support 64-bit architectures.
I donât how to edit target / schemes to delete the 32-bit buildsâŚ
EDIT:
You need to edit build settings in both yout .xcodeproj files (project file and openFrameworksLib file)
Set both architectures to standard 64 bit, and remove âi386â from valid architectures.
Also you need to see jaehoâs post about removing the link til QuickTime.
See attached screenshots from my xcode project files.
Thanks guys⌠this works like a charmâŚ
Just moved to mac (and XCode 10.4 if I am not mistaken) and had the same issue. It was quite easy to fix (thanks to you guysâŚ, thanks again) on my (client) side. Hope it is easy to implement a fix on your (development) side too and will be OK in the next release.
One more timeâŚ, thanks for all the support.
Best,
Achilles.
Thank you guys. It was really helpful.
By the way, is it safe to just remove Quicktime from my project?
Doesnât OF use this framework?
no we donât use quicktime since some years ago, itâs been there for a while in case people wanted to use older versions but itâs not been supported with latest versions of macos/xcode for a while
also this fixes are already in the nightly builds if you prefer to use that instead of fixing it yourself
Hi, Iâm having the same issue⌠But in my case thereâs not this file libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig
How can I fix it? Iâm trying to run âEmptyExampleâ too.
Thanks