I'm trying to verify an app archive and I'm receiving the following errors, I'm also using Xcode automatic code signing.
Any help would be appreciated!
ERROR ITMS-90166: "Missing Code Signing Entitlements. No entitlements found in bundle 'com.amazonaws.sdk.ios.AWSResources' for executable 'Payload/MySampleApp.app/Frameworks/AWSLex.framework/AWSResources.bundle/AWSResources'.""
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'MySampleApp.app/Frameworks/AWSLex.framework/AWSResources.bundle/AWSResources' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."