Replies: 1 comment
-
Looking more deeply into this, I realized it was a problem with how I was running my cicd job and consuming the correct xcframework. |
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
-
Hi all,
I'm very excited about SKIE as I stumbled upon it last week. I have a KMM lib set up and I have it integrated into an iOS app using cocoapods.
I'm no iOS guru so forgive the question if it's trivial, but how do I go about getting the generated Swift files into the xcframework that the KMM project is already generating?
I've integrated the plugin and generate a new xcframework but none of the SKIE generated files are in there.
After some digging I think I found where the skie outputs are being generated --
(kmm/shared/build/skie/podReleaseFramework/iosX64/swift/generated/Shared) correct me if I'm wrong
-- but I haven't figured out how to bundle these files into the xcframework that gets generated by the cocoa pod plugin (kotlin("native.cocoapods")).
Again, if this is something trivial, forgive my noobness because I will greatly appreciate whatever insights you all have to help me use this awesome library!
Beta Was this translation helpful? Give feedback.
All reactions