Hi allI am trying to deploy my app into itunes store. when my file is getting validated by the app loader I get below errors:ERROR ITMS-90475: Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'com.dtmdata.PulseBox'.ERROR ITMS-90339: This bundle is invalid. The Info.plist contains an invalid key 'CFBundleResourceSpecification' in bundle PulseBox [PulseBox.app]this started happening after I upgraded XCODE. I am using Apache Cordova in Visual studio to create my app.anyone has faced this issue?thank you so muchAlex
Search results for
ITMS-90158
1,681 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have tryied every thing I can thing with the first two and no luck (If take the topshelf image form demo bots I can get the first one to go away). The last one I can't find any documentation to help fix it.ERROR ITMS-90497: Invaild Image Asset -Top Shelf Image - must be opaque.ERROR ITMS-90523: Invalid Image Asstet - App Icon Small - can't have a transparent background layer.ERROR ITMS-90502: Invaild Bundle. Apps that only contain arm64 slice must alos have 'arm64' in hte list of UIRequiredDeviceCapabilities in info.plist.
Yes I did, and like I said was able to get the first one to go away if I replaced my top shelf image with the one from demo bots project. I would be happy with some image that say place holder on it as long as it would work. As for the ERROR ITMS-90502 I have tyried to build the archive with the AppleTV connected and with the Genirc TV build option.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
A good place to start is the device's console log. We had the same problem... seems like there has been a slight change with the bundle identifier in the plist that is given as URL in the itms-services link.Previously our plist contained simply AppName as bundle name. Now we had to specifiy a full qualified id, like com.vendor.ios.AppName. The console log gave us a hint and explicitly said that AppName should be installed but com.vendor.ios.AppName was downloaded.Hope that helps...
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
I am getting the title error; ERROR ITMS-90545: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps..It seems like the app is being mistaken for an iOS app while using the tvOS profile (even though it was built with my Apple TV connected and selected).I can't find that error code anywhere and am having no luck with finding any info about this. The app is built with my Apple TV plugged in and selected, and the provisioning and signing is all set to automatic and it ends up using my tvOS Distribution profile (as it should). So on the surface everything seems fine, but once it's sent to be uploaded we get the error.Anyone else have this issue, or know a way to fix it ?
After many hours of struggling I removded the TopShelf Image saved and closed Xcode and then made sure to open the image in Preview and and export to make sure to turn off aplha. Then reimported and the TopShelf the ERROR ITMS-90497 went away.As for the ERROR ITMS-90502 I had an TV Services Extension that I need to add the arm64 to.But the ERROR ITMS-90523 was very missleading as it was accutally not an issue with App Icon - Small but App Icon - Large.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
While attempting to submit an app to the app store via Xcode, I received the following message: ERROR ITMS-90000: This bundle is invalid. $message. I received a successful validation prior to attempting to submit to the app store. Could this be a certificate issue? Any help would be appreciated.
Did you guys work this out I can't upload my app to the app store?Error ITMS-90347: Bad bundle identifier. The bundle identifier 'com.abc.myapp.watchkitapp.watchkitextension' of the application extension MyApp.app/Plugins/MyApp WatchKit Extension' should start with the application's bunle identifier 'com.abc.myapp' and not contain more than one period . after the application's bundle ID.Apple not responding?? Thanks Matt
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I found that ERROR ITMS-90523: Invalid Image Asstet - App Icon Small - can't have a transparent background layer. refers to the background image of the layering. That is the one that needs to be saved with no alpha index. The other two can be translucid.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Any luck? I'm trying to accomplish the same thing. http, https and itms don't work when passed to [[UIApplication sharedApplication] openURL:]
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi,i tried to submit my app, but after the upload I received an error in Xcode, something like ERROR ITMS 90513 info.list key missing...But, due the lenght of error string displayed in Organizer window,I can't see what key is missing in my info.plist.The question is: how can receive/read all the error string with all the description in order to fix my bug ?Thank you in advance.
I have been getting the same error with Xcode 7.0.1: The session's status is FAILED and the error description is 'failed to open ssh session. (16)'Seems to be a network issue (ssh) and the fact that I can upload from my home network.I've used the Network Utility and it appears as if these are open:itmsdav.apple.com:443contentdelivery.itunes.apple.com:443idmsa.apple.com:443However, I am not entirely convinced.Also I've tried Application Loader using only DAV transfer protocol and get this: An error occurred uploading to the App StoreI've also tried setting https.proxyPort = 80 located in: /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/java/lib/net.propertiesNothing seems to work. All of this started after upgrading to both Yosemite and Xcode 7 (about 2 weeks ago).Thanks in advance for any clues,Roger
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
hmm. The output from Terminal in my case is much shorter than all the others I see - but I've tried it several itmes and this is all I get - does this look correct?cd /Volumes/Macintosh HD ; ls -1 Library/Extensions/ ; find Library/Application Support -iname *.kext ; find System/Library/Extensions -ctime +2d -depth 2ACS6x.kextATTOCelerityFC8.kextATTOExpressSASHBA2.kextATTOExpressSASRAID2.kextArcMSR.kextCalDigitHDProDrv.kextHighPointIOP.kextHighPointRR.kextPromiseSTEX.kextSoftRAID.kextVirtualPCNetworking1028.kextVirtualPCNetworking1040.kextVirtualPCOSServices.kexthp_io_enabler_compound.kext-bash-3.2#
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi, I did an archive and the button Upload to App Store... y disabled, I'm going crazy with this, what am I doing wrong? The app is iOS + Apple watch extension so it has 3 targets, bitcode disabled for main target.Any help?thanks!EDIT: I made an extension with xcode7 as a standalone watch App (aka watch os 2) instead of a extension to te iOS app, that was the thing... Right now I'm getting a new error when uploading the app: ITMS-90206 invalid bundle. The bundle at 'XXXXXXX.appex' contains disallowed file 'Frameworks' 😟
I too have had the errorERROR ITMS-90523: Invalid Image Asstet - App Icon Small - can't have a transparent background layer.As someone briefly mentioned above (and I almost missed it), my problem was the LARGE icon (even though the error specifies SMALL icon). I spent hours creating and recreating the small icon to no avail using Gimp, PS, Preview, Imagemagick(!). One quick de-alpha of the large icon background and the error was no more... Hope that helps.
Topic:
App & System Services
SubTopic:
Core OS
Tags: