MuseScore compile issue on macOS 10.11.6 / Xcode 8.2.1 / Qt 5.9.8
Error:
Undefined symbols for architecture x86_64:
"Ms::ApiInfo::apiKeyHeader", referenced from:
Ms::ApiRequest::buildRequest() const in loginmanager.o
Ms::ApiWebEngineRequestInterceptor::interceptRequest(QWebEngineUrlRequestInfo&) in loginmanager.o
"Ms::ApiInfo::clientIdHeader", referenced from:
Ms::ApiRequest::buildRequest() const in loginmanager.o
Ms::ApiWebEngineRequestInterceptor::interceptRequest(QWebEngineUrlRequestInfo&) in loginmanager.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld build.release/mscore/Release/mscore.app/Contents/MacOS/mscore normal x86_64
(1 failure)
make: *** [release] Error 65
Workaround: apply patch https://github.com/mattmcclinch/MuseScore/commit/9da8e805d400a37d235a4f…
when compiling with Xcode 8
Comments