Closed
Description
Hello
first I want to say a big thank you for your article and all those explanations.
I tried to compile your code as described in the QuickStart doc.
#cmake -GXcode -DCMAKE_BUILD_TYPE=Release -B build/Xcode
and
cmake --build build/xcode
and got the following error
clang: error: no such file or directory: 'x86_64/TestRunner.o'
which is correct ;=)
where can I specify the correct platform? And why is the platform wrong estimated?
thanks for your help