Description
Hi!
I’m working on an iOS project that leverages NFCPassportReader for NFC-related functionality. As part of the project, I am building a framework that integrates NFCPassportReader alongside other dependencies. This framework is distributed as a precompiled binary to other developers or clients.
The Issue
While integrating NFCPassportReader into the framework, I encountered the following warning in Xcode:
Module 'NFCPassportReader' was not compiled with library evolution support; using it means binary compatibility for '[x]' can't be guaranteed.
I believe that this indicates that NFCPassportReader has not been built with Library Evolution Support enabled (via the Build Libraries for Distribution setting) and that may be the reason when i implement my framework in a new app i get
Failed to build module 'X' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug
Could you please help me? I understand that it may look like im messing another configuration or something, but i've tried everything i think this could be the problem.
I'll be waiting for your answer.
Thanks.