You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully used scipio to generate the xcframework for my package. It's also generated an xcframework for each of the 5 dependencies I have in my project.
My questions are:
Are the dependencies baked into my main target's xcframework? Or do all of the dependency xcframeworks need to be imported into a consuming project?
Best way to distribute my package? Shall I create another package which will be a public repo that imports my xcframework as a binary? Do I also need to import each generated xcframework as a binary target, or since these are all third party, would adding them as a regular package dependency work?
Appreciate any guidance. Once I understand this a bit better I'm happy to help out on docs to improve examples.
The text was updated successfully, but these errors were encountered:
I've successfully used scipio to generate the xcframework for my package. It's also generated an xcframework for each of the 5 dependencies I have in my project.
My questions are:
Appreciate any guidance. Once I understand this a bit better I'm happy to help out on docs to improve examples.
The text was updated successfully, but these errors were encountered: