[Webkit-unassigned] [Bug 228990] New: Cannot debug WebKit with iOS simulator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 03:23:27 PDT 2021


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

            Bug ID: 228990
           Summary: Cannot debug WebKit with iOS simulator
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Mac (Apple Silicon)
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Alex_fioletov at hotmail.com

Created attachment 435331

  --> https://bugs.webkit.org/attachment.cgi?id=435331&action=review

Error in Xcode

I was trying to debug webkit with IOS simulator, but it crashes on start.
I followed instructions from this article. https://engineering.salesforce.com/debugging-webkit-in-hybrid-mobile-apps-2eee63a4c922.
Xcode attaches to all required processes, but before initial page from bundle is rendered, com.apple.WebKit.WebContnet process fails with EXC_BAD_ACCESS (Code=2).

- MacBook Air (M1, 2020)
- macOS Big Sur 11.5
- Xcode 12.5.1
- Simulators with iOS 14.5
- WebKit's master branch
- Test application: https://github.com/mmafrar/swift-ios-wkwebview-demo

I execute following commons to get sources and build them:

git clone git://git.webkit.org/WebKit.git WebKit 
cd WebKit
sudo Tools/Scripts/configure-xcode-for-embedded-development
./Tools/Scripts/update-webkit
Tools/Scripts/build-webkit --ios-simulator

Then I selected WebKit scheme, change paths to relative and selected test application to run. Before first page is rendered, process crashes.
The same scenario works for others with MacBook on inte

-- 
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/20210811/cbf72a91/attachment-0001.htm>


More information about the webkit-unassigned mailing list