Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

AFNetworkActivityLogger embed nasted framework #52

Open
kokluch opened this issue Jun 8, 2018 · 2 comments
Open

AFNetworkActivityLogger embed nasted framework #52

kokluch opened this issue Jun 8, 2018 · 2 comments

Comments

@kokluch
Copy link

kokluch commented Jun 8, 2018

Due to the Run Script carthage copy-frameworks the framework embed nasted framework which prevent from using it in application deployed in app store.

[Transporter Error Output]: ERROR ITMS-90205: "Invalid Bundle. The bundle at 'MyApp.app/Frameworks/AFNetworkActivityLogger.framework' contains disallowed nested bundles."
[Transporter Error Output]: ERROR ITMS-90206: "Invalid Bundle. The bundle at 'MyApp.app/Frameworks/AFNetworkActivityLogger.framework' contains disallowed file 'Frameworks'."

@nphard
Copy link

nphard commented Sep 11, 2018

have the same problem. any suggestions how to get around this?

@kokluch
Copy link
Author

kokluch commented Sep 12, 2018

Fork the repo and fix it yourself as noone seems to care anymore. Remove the build phase as framework should not embed other frameworks, it causes nested framework, only final app embed them all.

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

No branches or pull requests

2 participants