-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift 5.7 errors on build #51
Comments
I also noticed if I try to build the "core" package directly with the toolchain it gives me this error:
|
Also noticing that when I try to build in Android Studio, it is creating the following folder in "build-tools": "1.9.7-swift5.4" I'd expect this to be something else given I am using the 5.7 branch, but not sure if that is expected or not |
I am testing out the new prebuilt 5.7 release, thanks for your work on this! Unfortunately it looks like there isn't an Xcode version that used 5.7.3, which means on Mac we dont have an option we can use? |
Hi, You can use XCode 14.2. Changes between 5.7.2..5.7.3 were so minor that Apple decided not to rebuild the new version swiftlang/swift@swift-5.7.2-RELEASE...swift-5.7.3-RELEASE Please check the updated guide in the Readme of this repo |
I successfully built the 5.7 branch using Xcode 14.0.1 but am having trouble building the example weather app. I am getting the following errors:
The text was updated successfully, but these errors were encountered: