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

Set EMBEDDED_CONTENT_CONTAINS_SWIFT to NO #27

Merged
merged 1 commit into from
May 28, 2016
Merged

Set EMBEDDED_CONTENT_CONTAINS_SWIFT to NO #27

merged 1 commit into from
May 28, 2016

Conversation

thelvis4
Copy link
Contributor

Setting this to YES leads to Swift standard library being embedded in Cosmos.framework.
There is no need to do this as Swift standard library are provided by containing app (the app that uses Cosmos library).
If any framework contains Swift Standard Library, an error is raised while trying to submit to iTunes Connect.
ITMS-90206: "Invalid Bundle. The bundle at 'Livingroom.app/Frameworks/Cosmos.framework' contains disallowed file 'Frameworks'."

Setting this to `YES` leads to Swift standard library being embedded in `Cosmos.framework`.
There is no need to do this as Swift standard library are provided by containing app (the app that uses Cosmos library).
If any framework contains Swift Standard Library, an error is raised while trying to submit to iTunes Connect.
`ITMS-90206: "Invalid Bundle. The bundle at 'Livingroom.app/Frameworks/Cosmos.framework' contains disallowed file 'Frameworks'."`
@evgenyneu evgenyneu merged commit c497ae2 into evgenyneu:master May 28, 2016
@evgenyneu
Copy link
Owner

Thank you very much for the fix, @thelvis4. I have set this settings to YES in the past as a workaround to an issue in the interface builder. It looks like it was a bad idea and the issue does not show up in the latest Xcode anyway. Regards.

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