- This topic has 23 replies, 4 voices, and was last updated 9 years, 11 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.
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.
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.
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.
TheThirdManMemberError -9000 is still there.
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
TheThirdManMember2.9.1
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.
TheThirdManMemberThe error doesn’t contain the OS version, but inside the app, Info.plist has this:
<key>MinimumOSVersion</key> <string>6.0</string>
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.
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.
TheThirdManMemberStatus? This is a critical issue. Can’t let this drop. I’m willing to share any code necessary to get this fixed.
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.
TheThirdManMemberNo. No other Macs. Would your friend at appuploader, or whatever the url is, be willing to do some trial uploads for free?
Takis KaragiannopoulosParticipantI try to upload the same build on two another Macs, (Mavericks & Yosemite) The same error appear.
-
AuthorPosts