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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 13:54:45 PDT 2020


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

--- Comment #4 from Kenneth Russell <kbr at google.com> ---
Created attachment 400756

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

James Darpinian's build script

The reason for the error:

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

was that the MobileMiniBrowser.app in WebKitBuild/Debug-iphonesimulator was badly incomplete - it only contained an empty "Frameworks" directory.

It looks like the command-line build scripts for --ios-simulator don't build MobileMiniBrowser.app. Our teammate James Darpinian (CC'd) made the attached build script, which does explicitly build MobileMiniBrowser for the simulator. By running that, I was able to build a working MobileMiniBrowser.app again, and now Xcode will run that without building in the iPad simulator.

-- 
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/20200601/eeea09fa/attachment.htm>


More information about the webkit-unassigned mailing list