[Webkit-unassigned] [Bug 201869] Build fails as <objc/Protocol.h> header was removed from Xcode 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 06:07:01 PDT 2019


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

Adrian Niculescu <adriann at 4psa.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Adrian Niculescu <adriann at 4psa.com> ---
(In reply to Jonathan Bedard from comment #2)
> (In reply to Adrian Niculescu from comment #1)
> > *The header is missing when building for iOS.
> 
> Per <https://webkit.org/building-webkit/>, have you run sudo
> Tools/Scripts/configure-xcode-for-ios-development?

You are correct. I had multiple versions of Xcode installed and even though I ran

sudo Tools/Scripts/configure-xcode-for-ios-development

I did forget to use xcode-select to do this for every Xcode installation I needed to configure:

What I should have done:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo Tools/Scripts/configure-xcode-for-ios-development
sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer
sudo Tools/Scripts/configure-xcode-for-ios-development

Thank you for your response.

-- 
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/20190918/6d5ce84f/attachment.html>


More information about the webkit-unassigned mailing list