Handling a third party library in iOS as optional/-weak_framework

43 Views Asked by At

we develop a framework to provide a particular service with the help of a third-party framework. (added as a sub-framework).

is it possible to handle the third-party framework optional and if that framework is added in the ios app instead of in my framework, will it be found in my framework runtime?

I tried with -weak_framework but run into a compiler error on #import.

0

There are 0 best solutions below