Hi,
My iOS Swift app contains a in-house built framework (A), which is also using Swift. This framework includes 2 in-house built frameworks (B and C) using Objective-C.
"Embedded Content Contains Swift Code" is set to YES for the app and to NO for the A, B and C frameworks.
When I try to submit the app to iTC, I get these errors:
ERROR ITMS-90205: "Invalid Bundle. The bundle at 'yourapp.app/Frameworks/A.framework' contains disallowed nested bundles."...
ERROR ITMS-90206: "Invalid Bundle. The bundle at 'yourapp.app/Frameworks/A.framework' contains disallowed file 'Frameworks'."...
How can I fix those?