Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02E681873A for ; Mon, 12 Oct 2015 23:09:46 +0000 (UTC) Received: (qmail 30042 invoked by uid 500); 12 Oct 2015 23:03:06 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 30015 invoked by uid 500); 12 Oct 2015 23:03:06 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 29984 invoked by uid 99); 12 Oct 2015 23:03:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2015 23:03:06 +0000 Date: Mon, 12 Oct 2015 23:03:05 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9729) Can't push app built with XCode 7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14953956#comment-14953956 ] Shazron Abdullah commented on CB-9729: -------------------------------------- Not sure what the first copyFile error is about so I'm enumerating your issues for discussion: 1. copyFile icon-60 error 2. NSArray+Comparisons error for com.cordova.plugins.sms plugin (https://github.com/cordova-sms/cordova-sms-plugin) 3. Cordova/NSData+Base64.h error for de.appplant.cordova.plugin.email-composer plugin (https://github.com/katzer/cordova-plugin-email-composer) 4. self.webView error on Ionic keyboard plugin (https://github.com/driftyco/ionic-plugin-keyboard) 5. cordova-plugin-camera error (this has been fixed in the latest code -- https://github.com/apache/cordova-plugin-camera/commit/b683315be674b177c63072cb5645a75f42d2b226) This is really good -- I'll see if I can send some patches and document these types of changes for other plugin authors. > Can't push app built with XCode 7.0 > ----------------------------------- > > Key: CB-9729 > URL: https://issues.apache.org/jira/browse/CB-9729 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 3.9.0 > Reporter: Paul Tarjan > Labels: cordova-ios-4.0.x > > When uploading a built IPA to Apple, I get the following errors: > {code} > [22:27:00]: [Transporter Error Output]: ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown' in bundle 'com.example.app'." > [22:27:00]: [Transporter Error Output]: ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'com.example.app'." > [22:27:00]: [Transporter Error Output]: ERROR ITMS-90339: "This bundle is invalid. The Info.plist contains an invalid key 'CFBundleResourceSpecification' in bundle App [App.app]" > {code} > I think it is two bugs in one. First, you need to mark the project as requiring full screen in the iPad section. Section, you ned to remove that key in the bundle. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org