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 B676D18D5A for ; Wed, 7 Oct 2015 07:30:27 +0000 (UTC) Received: (qmail 35289 invoked by uid 500); 7 Oct 2015 07:30:27 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 35242 invoked by uid 500); 7 Oct 2015 07:30:27 -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 35032 invoked by uid 99); 7 Oct 2015 07:30:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 07:30:27 +0000 Date: Wed, 7 Oct 2015 07:30:27 +0000 (UTC) From: "Paul Tarjan (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=14946440#comment-14946440 ] Paul Tarjan commented on CB-9729: --------------------------------- First it spews pretty badly with things like {code} cp: copyFileSync: could not write to dest file (code=ENOENT):platforms/ios/Trimian/Resources/icons/icon-60.png {code} (I think it is missing the Resources/icons dir). Then for SMS it can't compile {code} platforms/ios/Trimian/Plugins/com.cordova.plugins.sms/Sms.m:2:9: fatal error: 'Cordova/NSArray+Comparisons.h' file not found #import {code} Then my email plugin dies with {code} platforms/ios/Trimian/Plugins/de.appplant.cordova.plugin.email-composer/APPEmailComposer.m:23:9: fatal error: 'Cordova/NSData+Base64.h' file not found {code} Then they keyboard has 2 errors {code} platforms/ios/Trimian/Plugins/ionic-plugin-keyboard/IonicKeyboard.m:75:22: error: property 'hackishlyHidesInputAccessoryView' not found on object of type ' UIView *' self.webView.hackishlyHidesInputAccessoryView = YES; ^ platforms/ios/Trimian/Plugins/ionic-plugin-keyboard/IonicKeyboard.m:78:22: error: property 'hackishlyHidesInputAccessoryView' not found on object of type 'UIView *' self.webView.hackishlyHidesInputAccessoryView = NO; ^ {code} Now my camera: {code} platforms/ios/Trimian/Plugins/cordova-plugin-camera/CDVCamera.m:23:9: fatal error: 'Cordova/NSData+Base64.h' file not found #import {code} And finally it builds > 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