RESOLVED FIXED 237994
configure-xcode-for-embedded-development fails with Xcode 13.3
https://bugs.webkit.org/show_bug.cgi?id=237994
Summary configure-xcode-for-embedded-development fails with Xcode 13.3
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.