We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c8bbd commit 23cde90Copy full SHA for 23cde90
docs/HowToGuides/FAQ.md
@@ -42,7 +42,7 @@ built compiler to compile both packages and Xcode projects.
42
Create a build setting `SWIFT_EXEC` with the value set to `/path/to/swiftc`.
43
If you now do a clean build, your locally built compiler will be used.
44
45
- At the time of writing, in the latest Xcode 12 beta, `SWIFT_EXEC` does not
+ At the time of writing, in the latest Xcode 12.2 beta 3, `SWIFT_EXEC` does not
46
work for SwiftPM integration inside Xcode, so this will not work for Xcode
47
projects that depend on SwiftPM packages.
48
0 commit comments