Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module 'X' was not compiled with library evolution support #236

Open
cwastian opened this issue Dec 10, 2024 · 0 comments
Open

Module 'X' was not compiled with library evolution support #236

cwastian opened this issue Dec 10, 2024 · 0 comments

Comments

@cwastian
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant