RESOLVED FIXED170385
[Xcode] In engineering builds, linker warns about libwebrtc.dylib’s install name being invalid
https://bugs.webkit.org/show_bug.cgi?id=170385
Summary [Xcode] In engineering builds, linker warns about libwebrtc.dylib’s install n...
mitz
Reported 2017-04-01 14:34:23 PDT
In engineering builds, ld emits this warning when linking WebCore and WebKit: ld: warning: invalid -install_name (@loader_path/../../../libwebrtc.dylib) in dependent dylib (/symroot/Debug/libwebrtc.dylib). Dylibs/frameworks which might go in dyld shared cache cannot link with dylib that uses @rpath, @loader_path, etc. Patch forthcoming.
Attachments
Have the linker know that engineering builds are not destined for the shared cache (5.34 KB, patch)
2017-04-01 14:47 PDT, mitz
thorton: review+
mitz
Comment 1 2017-04-01 14:47:52 PDT
Created attachment 306051 [details] Have the linker know that engineering builds are not destined for the shared cache
mitz
Comment 2 2017-04-01 15:57:59 PDT
Note You need to log in before you can comment on or make changes to this bug.