[ https://issues.apache.org/jira/browse/CB-9729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942459#comment-14942459 ]
Shazron Abdullah commented on CB-9729: -------------------------------------- Right now the code is in the master branch which will be released as cordova-ios 4.0 when the time comes. You can install the master version of the platform right now using: {code} cordova platform add https://github.com/apache/cordova-ios.git {code} Or to grab the platform at a certain commit sha: {code} cordova platform add https://github.com/apache/cordova-ios.git#9fd4fba88bdbc8168abdf1e6834e1484a7ee9cf7 {code} > 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-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org