[Webkit-unassigned] [Bug 124601] New: Cannot build TestWebKitAPI target from within Xcode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 19 13:12:21 PST 2013


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

           Summary: Cannot build TestWebKitAPI target from within Xcode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.8
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: andersca at apple.com, sam at webkit.org


When selecting the "TestWebKitAPI" target in Xcode and building from a clean directory, several dependencies are not picked up by Xcode, thus the build fails.

This isn't an issue from command-line builds, ostensibly because of the compilation order.
If there isn't some other reason for the omissions below, then the patch should fix this.


Missing framework dependencies:

In WebKit:
 * WebCore.framework is missing group membership for target WebKit

In WebKit2:
 * Missing WebKit.framework (used by some mac port code)

In TestWebKitAPI:
 * Uses libgtest.a instead of gtest.framework, so Xcode can't figure how to build it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list