Yes!
Well, the problem removed, but this came up:
Undefined symbols for architecture x86_64:
"_REprintf", referenced from:
Rcpp::Rstreambuf<false>::xsputn(char const*, long) in mainwindow.o
Rcpp::Rstreambuf<false>::overflow(int) in mainwindow.o
"_R_FlushConsole", referenced from:
Rcpp::Rstreambuf<false>::sync() in mainwindow.o
Rcpp::Rstreambuf<true>::sync() in mainwindow.o
"_Rprintf", referenced from:
Rcpp::Rstreambuf<true>::xsputn(char const*, long) in mainwindow.o
Rcpp::Rstreambuf<true>::overflow(int) in mainwindow.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [xy.app/Contents/MacOS/xy] Error 1
23:51:38: Der Prozess "/usr/bin/make" wurde mit dem Rückgabewert 2 beendet.
Fehler beim Erstellen/Deployment des Projekts xy (Kit: Desktop Qt 5.4.1 clang 64bit)
Bei der Ausführung von Schritt "Make"
Especially: symbol(s) not found for architecture x86_64
does not disappear after several tries.
Here: https://forum.qt.io/topic/35065/solved-qt5-1-qt5-2-xcode-5-0-2-mac-os-10-9-mavericks-can-t-link-to-the-libraries-undefined-symbols-for-architecture-x86_64/11
it was described that Xcode and Mac Os were not linked properly.
Here: http://stackoverflow.com/questions/25940368/qt5-target-conditionals-not-found
QMAKE_MAC_SDK = macosx10.9
was suggested. Either it failed, or: Project ERROR: Could not resolve SDK path for 'macosx10.xy'
was displayed!
Well yet not solved... :-)