- This topic has 3 replies, 2 voices, and was last updated 10 years, 4 months ago by support-octavio.
-
AuthorPosts
-
ogarzonmParticipantHi
I’m trying to upload my app using the Application Loader and I have the next error.
Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/gc/b5tj6htx1ldg0fdbxdtf0p6m0000gn/T/888830852.itmsp – Error Messages:
ERROR ITMS-9000: “This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
My Build Config file is<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configuration xmlns="http://schemas.genuitec.com/myeclipse/mobile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="0.2" xsi:schemaLocation="http://schemas.genuitec.com/myeclipse/mobile http://schemas.genuitec.com/myeclipse/mobile/buildconfig_0_2.xsd"> <configId>4850f4aab10a4701b2e47f393f1ff811</configId> <appId>todomicilio.ios</appId> <appName>Todomicilios</appName> <packageName>todomicilios</packageName> <outputFileName>Todomicilios.ipa</outputFileName> <appVersion>1.0.0</appVersion> <appLanguage>COL</appLanguage> <author email="contacto@zyos.co" name="Zyos" /> <supportedOrientation>ALL</supportedOrientation> <platform> <ios> <targetDeviceFormFactor>PHONE</targetDeviceFormFactor> </ios> </platform> <sourceFolders> <item exclusionPatterns="" inclusionPatterns="www/" /> </sourceFolders> <startupURI>index.html</startupURI> <brandingImages> <app-image image-path="apps/todomicilio.ios/images/1-57x57-27.png" image-size="57x57" image-type="ICON" /> <app-image image-path="apps/todomicilio.ios/images/3-72x72-29.png" image-size="72x72" image-type="ICON" /> <app-image image-path="apps/todomicilio.ios/images/2-114x114-28.png" image-size="114x114" image-type="ICON" /> <app-image image-path="apps/todomicilio.ios/images/4-512x512-30.png" image-size="512x512" image-type="ICON" /> <app-image image-path="apps/todomicilio.ios/images/1logo-320X480-.png" image-size="320x480" image-type="SPLASH" /> <app-image image-path="apps/todomicilio.ios/images/2logo-640X960-640X1136-.png" image-size="640x960" image-type="SPLASH" /> <app-image image-path="apps/todomicilio.ios/images/3logo-640X1136-.png" image-size="640x1136" image-type="SPLASH" /> <app-image image-path="apps/todomicilio.ios/images/4logo-760x1004-.png" image-size="768x1004" image-type="SPLASH" /> <app-image image-path="apps/todomicilio.ios/images/5logo-1024x748.png" image-size="1024x748" image-type="SPLASH" /> </brandingImages> </configuration>
Attachments:
You must be logged in to view attached files.
support-octavioMemberHi ogarzonm,
What version of Application Loader are you using?
Are you using an appstore distribution profile and production certificate in the build process of your app?
support-octavioMemberHi ogarzonm,
We have replicated the issue and are investigating it. We will provide updates asap.
support-octavioMemberHi ogarzonm,
The App Center Builder issue has been resolved. Please rebuild and best wishes with your apps.
-
AuthorPosts