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

Fix for Xcode 8.3 b5 (8E161) framework "redefinition of module" build errors. #2

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

alexkent
Copy link

Xcode 8.3 beta 5 (8E161) complains about "module redefinition" when attempting to build BerTlv as a framework. To resolve this I have renamed module.modulemap to BerTlv.modulemap (apparently module.modulemap is magic?).

This change allows Carthage 0.20 to build the BerTlv dynamic framework using the Xcode 8.3 b5 compiler.

…f module” build error in Xcode 8.3 beta 5.
@evsinev evsinev merged commit 4573246 into evsinev:master Mar 23, 2017
@evsinev
Copy link
Owner

evsinev commented Mar 23, 2017

Hi Alex,

Thank you for your fix.

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

Successfully merging this pull request may close these issues.

2 participants