I have an application consisting of two compatible languages - Objective-C and Swift
Now when I try to upload it to the AppStore, it gives me the error below:
ERROR ITMS-90171: "Invalid package structure
The binary is MyApp.app/libswiftRemoteMirror.dylibnot allowed. The can not application contains standalone executables or libraries other than the CFBundleExecutable supported packages. See the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the structure of the iOS application package. "
Please can someone tell me how to solve it?
Thank.
source
share