Bug 237994

Summary: configure-xcode-for-embedded-development fails with Xcode 13.3
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, emw, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 13   
Hardware: Unspecified   
OS: Unspecified   

Ryan Haddad
Reported 2022-03-16 17:47:51 PDT
Seeing the following when attempting to run Tools/Scripts/configure-xcode-for-embedded-development on macOS 12.3 with Xcode 13.3 installed Traceback (most recent call last): File "Tools/Scripts/configure-xcode-for-embedded-development", line 361, in <module> main() File "Tools/Scripts/configure-xcode-for-embedded-development", line 351, in main update_xcspec_files() File "Tools/Scripts/configure-xcode-for-embedded-development", line 277, in update_xcspec_files raise FileNotFoundError(errno.ENOENT, os.strerror(errno.ENOENT), path) NameError: name 'path' is not defined
Attachments
Ryan Haddad
Comment 1 2022-03-16 17:49:47 PDT
Replacing path with dest_spec_path, I see the following: FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/Applications/Xcode.app/Contents/Developer/../PlugIns/IDEiOSSupportCore.ideplugin/Contents/Resources/Embedded-Shared.xcspec')
Radar WebKit Bug Importer
Comment 2 2022-03-17 15:18:31 PDT
Jonathan Bedard
Comment 3 2022-03-17 15:23:22 PDT
Jonathan Bedard
Comment 4 2022-03-17 17:19:14 PDT
Note You need to log in before you can comment on or make changes to this bug.