Skip 1.4 released with support for Xcode 16.3 and Swift 6.1 #386
marcprux
announced in
Announcements
Replies: 1 comment
-
Note that with the addition of support for Swift 6.1, we also support the Testing library on Android. If you install the Android 6.1 toolchain, you should be able to execute your Testing tests on a device or emulator (previously Skip had only supported legacy XCTest test cases). A complete demonstration of the capabilities can be seen with the following commands:
Viola! Enjoy your new testing capabilities! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are pleased to announce the release of Skip 1.4. This version fixes an issue that was introduced with Xcode 16.3 where projects fail to launch on Android after updating Xcode.
To upgrade your projects, please do the following:
skip upgrade
skip verify --fix
File
/Packages
/Update to Latest Package Versions
Once you have done this, your Skip apps should launch without errors. If you experience any problems, please join our Slack at https://skip.tools/slack and/or file an issue report either by appending to #381 or a new one at https://github.com/skiptools/skip/issues if you have an unrelated problem.
Beta Was this translation helpful? Give feedback.
All reactions