[Webkit-unassigned] [Bug 198646] WebProcessProxy didFinishLaunching - invalid connection identifier (web process failed to launch)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 7 06:48:49 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198646

--- Comment #4 from mitz at webkit.org ---
(In reply to Frédéric Wang (:fredw) from comment #3)
> Created attachment 371570 [details]
> DiagnosticReports

Thank you. Right there near the top:

Dyld Error Message:
  Symbol not found: _WKXPCServiceMain
  Referenced from: /Users/USER/Desktop/*/com.apple.WebKit.Networking.Development
  Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WebKit.framework/WebKit

The built Networking service is linking against the preinstalled WebKit framework rather than against the built framework.

To help diagnose this, you can try changing setupIOSWebKitEnvironment() in webkitdirs.pm to also set the __XPC_-prefixed environment variables (like setupMacWebKitEnvironment() does). Also, check the LC_DYLD_ENVIRONMENT commands in the output of "otool -lv com.apple.WebKit.Networking.Development" and see if the one that’s relative to @executable_path would lead to where the built framework is.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190607/85e97f1b/attachment.html>


More information about the webkit-unassigned mailing list