Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The copy-frameworks build phase embeds the Alamofire and ObjectMapper frameworks within the AlamofireObjectMapper framework - while the configuration works at runtime, it isn't efficient and more importantly, fails App Store submission with errors: ERROR ITMS-90205: contains disallowed nested bundles ERROR ITMS-90206: contains disallowed file 'Frameworks' A host application needs to link against and copy the Alamofire and ObjectMapper frameworks anyways, so in addition to passing App Store submission, this change will also reclaim the 5.5 MB the embedded frameworks would have taken.
- Loading branch information