App Verification Errors

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."

Have you confirmed your AWS SDK setup via their docs?

h ttp://docs.aws.amazon.com/mobile/sdkforios/developerguide/setup-aws-sdk-for-ios.html


Which of the three process options did you use?


What version Xcode are you using?


What iOS(s) are you attempting to build for?


When you followed the link from the second error, are there any details there you're not clear on, specifically?

App Verification Errors
 
 
Q