[Webkit-unassigned] [Bug 140623] New: [iOS] Do not hard-code iphoneos.internal SDK in buildXCodeProject()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 10:26:12 PST 2015


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

            Bug ID: 140623
           Summary: [iOS] Do not hard-code iphoneos.internal SDK in
                    buildXCodeProject()
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: ap at webkit.org, dbates at webkit.org,
                    jake.nielsen.webkit at gmail.com
        Depends on: 140585

When starting the ios-ews queue, the following command is run to kick off a build:

    Tools/Scripts/build-webkit --release --sdk=iphoneos ARCHS=armv7

However, buildXCodeProject() changes the SDK from 'iphoneos' to 'iphoneos.internal', causing an error:

    xcodebuild: error: SDK "iphoneos.internal" cannot be located.

The fix is to stop buildXCodeProject() from assuming that building for the device always means using the internal SDK.

-- 
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/20150119/0110cef9/attachment-0002.html>


More information about the webkit-unassigned mailing list