Bug 209059

Summary: build-webkit --maccatalyst fails due to ,,There is no SDK with the name or path,,
Product: WebKit Reporter: Benjamin King <king7532>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Blocker CC: dino, king7532
Priority: P2    
Version: Other   
Hardware: Mac   
OS: macOS 10.15   

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