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(cordova): Exclude framework headers #2972

Merged

Conversation

jcesarmobile
Copy link
Member

framework headers are being added as plugins source code an that is causing problems when there are mixed swift and objective-c plugins because of the generated CocoaPods umbrella.

This change prevents CocoaPods from adding the files as they are not needed because they are in the .framework already and avoids those conflicts.

Some reported issues that had this problem:
#2357
#2625

@jcesarmobile jcesarmobile merged commit 53a6371 into ionic-team:master May 26, 2020
@jcesarmobile jcesarmobile deleted the exclude-framework-headers branch May 26, 2020 09:42
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.

None yet

1 participant