WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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
<
rdar://problem/90455614
>
Jonathan Bedard
Comment 3
2022-03-17 15:23:22 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/208
Jonathan Bedard
Comment 4
2022-03-17 17:19:14 PDT
Landed
https://commits.webkit.org/248576@main
(
r291454
)!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug