I am trying to archive my app to submit to the app store. I am getting 15 errors - all type : ERROR ITMS-90045: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key :
UISupportedInterfaceOrientations,
UILaunchStoryboardName,
XSAppIconAssets, MinimumOSVersion,
UIViewControllerBasedStatusBarAppearance,
CFBundleDisplayName,
CFBundleIdentifier,
CFBundleName,
CFBundleShortVersionString,
CFBundleVersion,
UIDeviceFamily,
UIStatusBarStyle,
UISupportedInterfaceOrientations~ipad,
LSRequiresIPhoneOS
UIRequiredDeviceCapabilities
Any ideas on how I can solve this?
I recreated the provisioning profile and it went through! Clearly, the app store submissions process does not always provide error messages that point to the actual root cause of the issue.
Answers
could you share your info.plist and entitlements.plist?
Attached Info.plist and Entitlements.plist
sorry i couldn't find anything suspicious
I recreated the provisioning profile and it went through! Clearly, the app store submissions process does not always provide error messages that point to the actual root cause of the issue.