I’ve a 3rd celebration library that’s requiring iOS 13.0 (and solely helps arm64) whereas my app must assist iOS 10.0 (together with armv7 units), I don’t thoughts including #obtainable
so I can conditionally use code from that library for units above 13.0 (which is all arm64) however is it even attainable for import statements?
The library is a dynamic xcframework and so requires me to embed and signal to work correctly. It’s meant for use with iOS 13.0 and above. I don’t have points if I improve my app minimal deployment model to 13.0. Utilizing an older model of the library or having them re-release one with decrease deployment goal will not be an choice.
Hoping to see if anybody is aware of of a method round this aside from me growing my app minimal deployment model.