bielikb / fastlane-plugin-create_xcframework

Fastlane plugin that creates xcframework for given list of destinations 🚀
MIT License
75 stars 14 forks source link

Support static libraries #1

Open bielikb opened 4 years ago

bielikb commented 4 years ago

Add possibility to create xcframework for static libraries

AYastrebov commented 3 years ago

any progress on this?

MP91 commented 2 years ago

We also had a problem with static libraries, because dSyms are not generated. We solved this problem with include_dSYM: false.

Building the xcframework with the static library now works fine.