Request for guidance on using SwiftPM dependencies #363
Replies: 2 comments 7 replies
-
Yes, although note that "green" on that chart just means that the package builds for Android – it doesn't run any tests, so YMMV.
That package does definitely work.
Take a look at the Skip Notes sample app. Its Package.swift uses the pure native swift-sqlcipher package to provide the database layer for the native model layer. |
Beta Was this translation helpful? Give feedback.
-
Thanks for all of your help with this... the the skipapp-travelposters-native app seems to be the way to go, and that works. But I've now run into my next roadblock in evaluating Skip: native (Android) compiled Swift seems to generate this error in Xcode for enums with associated values:
I was able to get this error just by adding this as a test to
...I note that this doesn't have a problem in the transpiled project skipapp-travelposters. Is this really a limitation currently? What is a bit strange is if I compile the project from the command line using Can you please help me understand this? |
Beta Was this translation helpful? Give feedback.
-
I'm looking for some guidance. Reading the document, I ran across this:
Does this imply that I can add a Pure Swift dependency that is "green" on https://swift-everywhere.org/ (for example, say, https://github.com/apple/swift-algorithms) to a Skip application for both iOS and Android? How would I go about doing that? Or am I mistaken? Thank you in advance for any guidance you can provide.
Beta Was this translation helpful? Give feedback.
All reactions