-
|
I'm trying to get started with Skip and I'm running into this problem with the I'm running macOS 15.6.1 (24G90) on a 2021 MacBook Pro with Xcode 15.6.1 (24G90). I've failed to find anything related to this error in the Skip FAQ and Google isn't being helpful. I would appreciate any suggestions on how to resolve this problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That should be "6.2.0" rather than "6.1.0". Can you upgrade Skip to 1.6.20 (with The problem is that Xcode 26 breaks Swift 6.1 SDKs (which is reported at swiftlang/swift#84379 and discussed at https://github.com/orgs/skiptools/discussions/445). If you still get errors after upgrading, please let us know. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, this resolved the build issues and I'm up and running. |
Beta Was this translation helpful? Give feedback.
That should be "6.2.0" rather than "6.1.0". Can you upgrade Skip to 1.6.20 (with
skip upgrade) and then install the newer Android SDK (withskip android sdk install) and then try again?The problem is that Xcode 26 breaks Swift 6.1 SDKs (which is reported at swiftlang/swift#84379 and discussed at https://github.com/orgs/skiptools/discussions/445). If you still get errors after upgrading, please let us know.