From 7425602ba9d74580f5be4ce8f128c9af3e677935 Mon Sep 17 00:00:00 2001 From: Kendall Aubertot Date: Thu, 17 Nov 2016 11:42:13 -0700 Subject: [PATCH] Remove UIRequiredDeviceCapabilities from Info.plist Remove the armv7 requirement from the Swift Demo's Info.plist. It would appear that its presence prevents apps that link against the IQKeyboardManagerSwift framework cannot be submitted to the store if this flag is present. iTunesConnect error message: [Transporter Error Output]: ERROR ITMS-90689: "Invalid Info.plist key. The key 'UIRequiredDeviceCapabilities' in bundle MyApp.app/Frameworks/IQKeyboardManagerSwift.framework is invalid for frameworks" --- Demo/Swift_Demo/Resources/Info.plist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Demo/Swift_Demo/Resources/Info.plist b/Demo/Swift_Demo/Resources/Info.plist index fb86b79..7931aa5 100644 --- a/Demo/Swift_Demo/Resources/Info.plist +++ b/Demo/Swift_Demo/Resources/Info.plist @@ -28,10 +28,6 @@ Launch UIMainStoryboardFile MainSwift - UIRequiredDeviceCapabilities - - armv7 - UIStatusBarHidden UIStatusBarStyle