[Webkit-unassigned] [Bug 212448] New: MobileMiniBrowser Xcode project doesn't pick up build products from command line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 17:19:39 PDT 2020


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

            Bug ID: 212448
           Summary: MobileMiniBrowser Xcode project doesn't pick up build
                    products from command line
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iPhone / iPad
                OS: iOS 13
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kbr at google.com
                CC: dino at apple.com, jdarpinian at chromium.org,
                    krollin at apple.com

To reproduce:

./Tools/Scripts/build-webkit --debug --ios-simulator > build-log.txt 2>&1

Then open WebKit.xcworkspace, set it up to run MobileMiniBrowser on the iPad Pro (9.7-inch), and try to do "Product" -> "Perform Action" -> "Run Without Building".

It reports that there's nothing to run, and that's because Xcode's looking for "Tools/MobileMiniBrowser/build/Debug/MobileMiniBrowser.app". (The Xcode workspace settings are set up with relative paths in WebKitBuild per instructions at https://webkit.org/building-webkit/ .)

Attempting to edit the MobileMiniBrowser scheme to manually run WebKitBuild/Debug-iphonesimulator/MobileMiniBrowser.app brings up a dialog:

---
The file "MobileMiniBrowser" couldn't be opened because you don't have permission to view..."
---

This was working for me yesterday, before I attempted to edit my scheme to use a Release build instead of a Debug build. It was very convenient to be able to launch MobileMiniBrowser reliably inside of Xcode. What is needed in order to fix this?

-- 
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/20200528/2bd5cdb0/attachment.htm>


More information about the webkit-unassigned mailing list