chrleon
October 13, 2018, 2:31pm
#1
Hello, new guy here. Coming from Processing.
I just downloaded OF 0.10.0 from the website the other day. I then opened the project 03_simpleShaderInteractio in xcode and tried to build it.
I managed to remove the 386 build settings, but now the build fails on
/clang:-1: linker command failed with exit code 1 (use -v to see invocation)
I’m relatively new to c++ compiling, so I don’t know where to start. The threads that came up with the same name, did not help me.
macOS 10.14 Mojave
of 0.10.0
xcode 10.0
zach
October 13, 2018, 2:44pm
#2
can you try using the Xcode legacy build system, we’re debugging some issues with Xcode 10 and mojave at the moment and find this helps:
File
> Project/Workspace Settings
https://cdn-images-1.medium.com/max/1600/0*08-OloPjCK5w648V
chrleon
October 14, 2018, 10:01am
#3
Thanks. I just tried it and it got a bit further but it stopped with
ld: framework not found QuickTime
clang: error: linker command failed with exit code 1 (use -v to see invocation)
chrleon
October 14, 2018, 10:06am
#4
I removed -framework Quicktime from ‘CoreOF.config’ after searching for Quicktime in the projects. And now build succeeded and it brings up the example! Learning lots here
Thanks for the help, @zach !
arturo
October 14, 2018, 10:24am
#5
For anyone looking for this same problem. This particular issue is already solved in the nightly builds which can be found in the downloads page below the normal downloads