- This topic has 23 replies, 4 voices, and was last updated 10 years, 7 months ago by
TheThirdMan.
-
AuthorPosts
-
TheThirdManMemberI’m able to build now and create valid IPA’s that run on an iOS device.
However, still can’t upload to iTunes! Same error Invalid Bundle – minimumOS error -9000.
October 19, 2014 at 5:30 pm #352257
support-michaelKeymasterWe posted another update. Please set your App Center Cordova api setting to Cordova 2.9.1. It was updated a couple of hours ago with a proposed fix for the min ios ver issue you and others have been blocked by.
October 19, 2014 at 5:56 pm #352261
TheThirdManMemberThanks, will try uploading to Apple soon.
I can tell you that location services still seems to be screwed up. My app cannot obtain the phone’s location (iPhone 4, iOS 8.0.2). When the map loads and triggers the code for geolocation, it does not even trigger the warning that the app is trying to determine the location.
The code works perfectly in the emulator, and since my last update, I only updated the text in an alert, so something’s definitely up with the build services.
October 19, 2014 at 6:13 pm #352263
support-michaelKeymaster>My app cannot obtain the phone’s location
Yes, I’m almost certain you are being affected by this cordova bug on ios8 https://issues.apache.org/jira/browse/CB-6911 I kicked it to our team to investigate. This issue is specific to ios8. The emulator, android and earlier versions of ios are not affected.
October 20, 2014 at 10:00 am #352275
TheThirdManMemberError -9000 is still there.
October 20, 2014 at 10:24 am #352276
Brandon BatieMemberWhich Cordova API are you using in the AppCenter? We have configured version 2.9.1 with min iOS setting 6.0 and 2.9 with 5.1
October 20, 2014 at 11:44 am #352277
TheThirdManMember2.9.1
October 20, 2014 at 2:04 pm #352279
Brandon BatieMemberHi,
Can you post a screen shot of the error so we can try to confirm that the version is getting set to iOS 6?
Thanks.
October 20, 2014 at 5:50 pm #352280
TheThirdManMemberThe error doesn’t contain the OS version, but inside the app, Info.plist has this:
<key>MinimumOSVersion</key> <string>6.0</string>
October 21, 2014 at 8:02 am #352291
Takis KaragiannopoulosParticipantBrandon, Michael
i tried to update iPad build, and i receive the following error
Attachments:
You must be logged in to view attached files.October 22, 2014 at 3:25 pm #352315
Brandon BatieMemberI just wanted you guys to know that we are still looking into this issue. We have found a couple more people that have experienced the same error and are trying to determine the cause. It seems very sporadic and we have not been able to replicate it on our side.
We will update when we have more information.
October 26, 2014 at 5:39 pm #352379
TheThirdManMemberStatus? This is a critical issue. Can’t let this drop. I’m willing to share any code necessary to get this fixed.
October 27, 2014 at 8:26 am #352394
Brandon BatieMemberHi,
Some users had the issue go away by reinstalling Xcode and Application Installer, but for some this did not work. Its difficult as its not only a Mobione issue, its a Cordova issue that others are reporting gas well. If possible do you have another computer you can try? would be interested to know if the same IPA fails on all computers to upload.
October 27, 2014 at 8:57 am #352397
TheThirdManMemberNo. No other Macs. Would your friend at appuploader, or whatever the url is, be willing to do some trial uploads for free?
October 30, 2014 at 2:11 pm #352425
Takis KaragiannopoulosParticipantI try to upload the same build on two another Macs, (Mavericks & Yosemite) The same error appear.
-
AuthorPosts