Replies: 2 comments 1 reply
-
It is not the correct way to provide a framework like that. Furthermore, Xcode will pick up the correct slice for you when you add the xcframework to your project and build your app. So the final size in your app will only contain the necessary slice. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Starting with version 8.2.0, an iOS-specific xcframework variant is available on the release page. Check the Assets section of the release page: https://github.com/onevcat/Kingfisher/releases/tag/8.2.0 |
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.
-
Currently there are multiple platforms supported inside the xcframework (tvos watchos, macos...)
I would like to have iOS only framework zip archive... as it will be most used and much smaller that the one we currently have
Beta Was this translation helpful? Give feedback.
All reactions