| Summary: | configure-xcode-for-embedded-development fails with Xcode 13.3 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Tools / Tests | Assignee: | 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 | ||
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')
Pull request: https://github.com/WebKit/WebKit/pull/208 |
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