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

[TIMOB-25604] Improve compatibility with CocoaPods #266

Merged
merged 1 commit into from Jan 20, 2018

Conversation

janvennemann
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-25604

If a Pod is only available as a dynamic framework but the use_frameworks! flag is missing, CocoaPods will create a dummy directory in its public header path and link all headers to the backing framework. This fix prevents duplicate parsing of those headers, which caused some follow up issues within the metabase parser.

@hansemannn With this i also deprecated the usage of CocoaPods without the use_frameworks! flag. Frameworks provide some additional information which makes it easier to create a sophisticate matabase from them compared to static libraries.

If a Pod is only available as a dynamic framework but the use_frameworks! flag is missing, CocoaPods will create a dummy directory in its public header path and link all headers to the backing framework. This fix prevents duplicate parsing of those headers, which caused some follow up issues within the metabase parser.
@hansemannn hansemannn merged commit 43cc435 into tidev:master Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants