Monday 9 September 2019

How can be 'Class is implemented in both' issue be solved inside of an iOS framework?

I am building an iOS framework which embeds a 3rd party static library. If the developer implementing the framework wants to also include the 3rd party static library which has been used, multiple 'Class is implemented in both' warnings will be displayed at runtime. How can I solve those warnings providing I can't rename the classes since the library is compiled?

Thank you in advance.



from How can be 'Class is implemented in both' issue be solved inside of an iOS framework?

No comments:

Post a Comment