问题 I have a problem uploading my application into the Store via Xcode, this one in particular. I saw a lot of post about this error, but all are talking about Extension App , that I do not use. I'm using a Custom framework and Cocoapods . You can see here my tree : XXX is my project app name SharedXXX is my custom framework Pods is the project created by cocoa pods Here is my cocoa podFile : use_frameworks! link_with 'XXX', 'SharedXXX' source 'https://github.com/CocoaPods/Specs.git' platform