Bug 209059 - build-webkit --maccatalyst fails due to ,,There is no SDK with the name or path,,
Summary: build-webkit --maccatalyst fails due to ,,There is no SDK with the name or pa...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Mac macOS 10.15
: P2 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-13 10:15 PDT by Benjamin King
Modified: 2020-03-16 20:22 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin King 2020-03-13 10:15:16 PDT
Commit: trunk@258398 Fri Mar 13 14:55:37 2020 +0000

% sw_vers             
ProductName:	Mac OS X
ProductVersion:	10.15.3
BuildVersion:	19D76

% xcodebuild -version 
Xcode 11.3.1
Build version 11C504

% ./Tools/Scripts/build-webkit --verbose --debug --maccatalyst
perl Tools/Scripts/copy-webkitlibraries-to-product-directory --wksi /Users/king/Code/WebKit/WebKitBuild/Debug-maccatalyst
User defaults from command line:
    ShowBuildOperationDuration = YES
    UseNewBuildSystem = NO
    UseSanitizedBuildSystemEnvironment = YES

Build settings from command line:
    ARCHS = x86_64
    OBJROOT = /Users/king/Code/WebKit/WebKitBuild
    SDKROOT = maccatalyst
    SHARED_PRECOMPS_DIR = /Users/king/Code/WebKit/WebKitBuild/PrecompiledHeaders
    SYMROOT = /Users/king/Code/WebKit/WebKitBuild

Prepare build
note: Using legacy build system
=== BUILD TARGET ANGLE OF PROJECT ANGLE WITH CONFIGURATION Debug ===

Check dependencies
error: There is no SDK with the name or path '/Users/king/Code/WebKit/Source/ThirdParty/ANGLE/maccatalyst'

** BUILD FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
Comment 1 Benjamin King 2020-03-16 20:22:49 PDT
The bug still exists on trunk@258537 Tue Mar 17 01:32:19 2020 +0000