Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

App icon missing issue
Hi all,I am not able to understand the main reason of the issues that I am facing currently. I have two issues with the work that has been completed.Issue 1:My app icon doesn't appear on my testing device but does on simulator. I have searched for answers among which most of them suggested to reinstall an app, clean -> rebuild. I tried them all but with no success.Issue 2:Issue comes up when I'm trying to submit archive where it fails to upload.ERROR ITMS-90032: Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon29x29'ERROR ITMS-90032: Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon40x40'ERROR ITMS-90032: Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'ERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0.C
5
0
18k
Jul ’16
Unable to validate your application
Hello everyone!I ran into a problem when trying to validate my app for TestFlight submission, I'm now trying to solve this problem since a couple of weeks and I can't find a solution.I've archived my app successfully. After trying to validate my app in the Organizer in Xcode 7.3.1 I'm getting the following error message:Unable to validate your application. The archive is invalid. /var/folders/......./Packages/App.ipa does not exist.I've checked the include bitcode and symlinks checkboxes.When I'm unchecking the include bitcode checkbox, the validation process seems to work but the upload fails with the following message:ERROR ITMS-90167:No .app bundles found in the packagePS I'm using macOS Sierra 10.12 Beta (16A254g)How can I fix this issue?Thanks in advance
2
0
1.6k
Jul ’16
Reply to Testflight support?
It looks like uploading Message extension builds to iTunes Connect is broken in Xcode 8 Beta 4. I'm seeing ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds.Filed bug report 27642234
Topic: App & System Services SubTopic: General Tags:
Aug ’16
Reply to Testflight support?
I'm seeing this problem too with B4[Transporter Error Output]: ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds.
Topic: App & System Services SubTopic: General Tags:
Aug ’16
Uploading Archive Errors / Wont Show up in iTunes Connect
I have an application I'm trying to submit for review using the archive Organizer in Xcode 7.3.1. I got it to upload using one of the Provisioning profiles we have but it doesn't show up in iTunes Connect for some reason.And now when I try uploading the archive again with the other Provisioning Profile it says ERROR ITMS-90510: Invalid Info.plist Value. The value provided for the key MinimumOSVersion '8.0' is less than the required value '9.0' for apps that contain on-demand resources.ERROR ITMS-90510: Invalid Info.plist Value. The value provided for the key MinimumOSVersion '8.0' is less than the required value '9.0' for apps that contain on-demand resources.I'm not sure what that means... Can anyone help me?If it doesn't upload to this other profile shouldn't I be able to see that build in iTunes Connect? I have no builds yet on iTunes Connect and it says Submit for App Review... But it wont let me. I also tried using Application loader for the .ipa file for the exctracted archive but it g
3
0
1k
Aug ’16
Is it possible to buy songs from iTunes through my tvOS application
I have implemenetd to play iTunes songs from my tvOS application. I wants to give the feature to purchase songs from my application for this i have following code -var iTunesLink = https://itunes.apple.com/us/album/crazy-naked-girls/id310568758?i=310568759&uo=4&at=xxxxxxWa&app=itunes; if let appStoreURL = NSURL(string: iTunesLink as String) { if (UIApplication.sharedApplication().canOpenURL(appStoreURL) == true) { UIApplication.sharedApplication().openURL(appStoreURL) } }but this line UIApplication.sharedApplication().canOpenURL(appStoreURL) always giving false value.One of the gentleman suggested me to use itms link instead of https, butvar iTunesLink = itms-apps://itunes.apple.com/us/album/crazy-naked-girls/id310568758?i=310568759&uo=4&at=xxxxxxWa&app=itunesredirects me on itms store, I wants to redirect on iTunes store, so that i can buy songs from iTunes.any help will be appreciated.
0
0
87
Aug ’16
Reply to Screencapture sandox error
@m.gansrigler: That's right, adding this is fixing the issue:<key>com.apple.security.temporary-exception.mach-register.global-name</key> <string>com.apple.screencapture.interactive</string>But we cannot upload a new build on iTunes Connect with it:ERROR ITMS-90285: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on Mac OS X. Specifically, key 'com.apple.security.temporary-exception.mach-register.global-name' in '...' is not supported., did you had any luck?
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’16
ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds." ERROR ITMS-90534: "Invalid
i got this error when i upload app to itune store through xcode Version 7.3.1 (7D1012).ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds. ERROR ITMS-90534: Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds.Please reply what is the cause of this error?Thanks
1
0
1.6k
Aug ’16
Embedded Frameworks within a Message Extension App causing TestFlight submission Errors
I'm running into a problem that I'm not quite sure how to solve.I have a stand alone message app that has a few embedded frameworks that I have written. In a normal app, those frameworks can live within the container app, and the extensions can reference them. With a message app, the dummy container app has no way to manage frameworks/linked libraries, so the message extension needs to manage them. This means the .appex now contains a framework folder within it.When attempting to upload the binary, TestFlight returns the following error:ERROR ITMS-90205: Invalid Bundle. The bundle at 'XXXXXX.app/PlugIns/XXXXXXX.appex' contains disallowed nested bundles. I'm not exactly sure how to manage the frameworks in this particular heirarchy to please the TestFlight Gods and get the app processed.Has anyone successfully submitted a standalone message app with embedded frameworks? Should I file a rdar?
24
0
9.6k
Aug ’16
Cannot upload app to TestFlight with "workout-processing" flag set to TRUE
Hi guys,I'm experiencing a really annoying bug with an app I'm writing for iOS 10 and watchOS 3. It's a workout app and uses HealthKit APIs. It also sets the workout-processing to TRUE, so it can run on the background while it has an active workout session.Everything works as expected. The code runs on my phone and watch perfectly. I also have an AdHoc binary that I've uploaded to my server and it works fine on my Beta testers devices as well.The problem happens when I try to upload to Test Flight. If I have this flag set to TRUE, the following error occur: ERROR ITMS-90669: Invalid Bundle Signature. The bundle '[MY BUNDLE PATH]/WatchApp Extension.appex' is not signed with the 'com.apple.developer.healthkit' entitlement or has an invalid value.What's most bizarre, is that if I simply toggle it to FALSE and retry to upload to Test Flight (without touching my code at all), it works and I can have the app availabe for beta testing through Test Flight.I'd really appreciate if someone could give me some l
1
0
695
Aug ’16