Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

ERROR ITMS-90502 persists
Things tried:1. Added UIRequiredDeviceCapabilities to all Info.plist in the project (although previously this was not required)2. Detached device from MacUploaded the same build yesterday but today (Feb 22, 2018) can't do it. Getting the same error always.
3
0
941
Feb ’18
Reply to ERROR ITMS-90502
Found my answer on twitter https://twitter.com/search?q=ITMS-90502 and stackoverflow (https://gist.github.com/aaronpearce/d2e41a2d0844d78addf4ffd884e748ca). Basically my actual software was fine... one of the 3rd dependencies must have not had arm64 build... so check it
Feb ’18
Reply to ERROR ITMS-90502 which info.plist?
i got same ErrorERROR ITMS-90502: Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.same build (no changes), it was works fine on yesterday, but it's not working on today.i have tried all work around which is indicated by Ben Ong. but not working
Feb ’18
Reply to ERROR ITMS-90502 persists
have the same problem. On Sunday my upload went through fine. As I am in the review process and made only a tiny change between builds. I changed one segue in one storyboard. Suddenly I get this message : ERROR ITMS-90502: Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.Tried to act on the message and added the arm64 in UIRequiredDeviceCapabilities, but the error message is persising. I am at a loss of what to do.
Feb ’18
Reply to ERROR ITMS-90502 which info.plist?
I have the same problem in my iOS App. Suddenly yesterday got ERROR ITMS-90502: Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.The previsous build was accepted Sunday and only made a very minor change. Tried to add the capacility into info.plist, but that does not make a difference.
Feb ’18
HomeKit iOS uploads broken
Getting the following error since Friday night when uploading builds. Yes, our app uses HomeKit of course, and we've had no issues until lastnight. Now continuing into this morning it seems that all HomeKit entitlements are incorrectly blocked. Anyone else seeing this?iTunes Store Operation FailedERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.developer.homekit' in 'Payload/MyApp.app/MyApp' is not supported.This is a production app and we've used this entitlement for ages, so it seems some major regression has occurred in the app submission system. It was working properly earlier this week.
9
0
1.3k
Mar ’18
HealthKit EMR
I am interested in accessing the Electronic Medical Records (EMRs) that are available in iOS 11.3 and the SDKs that come in the new iOS. I would expect that there would be new HKTypeIdentifiers for items such as labs, medications, vital, etc... . For these itmes I would hope to get some specific data like loinc codes for labs, CPTs for procedures, and perhaps IDCs (9 and/or 10) codes for medications.So my question in when/if is Apple going to support getting data from EMRs into 3rd party apps.Best,Tom. McHale
10
0
1.2k
Mar ’18
ITMS Failed to Upload IPA in Xcode 9.2
Failed Uploading the IPA using Xcode 9.2, the following error message occured, 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. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0. But i have provided all the mandatory App icons, After reading many Forums, sounds like the Problem is with Xcode. when can i expect a fix for this from Apple, is there any workaround to fix this?.
0
0
644
Mar ’18
why my itms-services link works on iOS 8 but not working on iOS 11?
I have setup a secure tomcat server website for OTA download and install of our iOS application. The download link is as specified by Apple i.e. 'itms-services://?action=download-manifest&url=https://mydomain:myport/myapp.plist' .This works perfectly on iOS8 device and I am able to download and install the app there but does not work at all on iOS 10 and 11 devices.There is no clear documentation that explains the change in this since iOS 8 and what is the latest and correct way to use the itms-services protocol.Could someone please guide me through the correct way to use/formulate the itms-services url ?
0
0
2.5k
Apr ’18
Unable to install app via OTA on MDM (ios11.2.6)
We have enterprise app and we send updates of app via itms protocal that OTA uses.I have two iPad device one is running ios 11.2.6 and other has 10.3.3Both device configured with MDM having app installation restriction enabledWhen I try to install app via OTA on 10.3.3 its working,but when I try with 11.2.6 nothings happens, installation not working.Is that OS bug or something that we need to configure on device that running ios 11.2.6 ?
0
0
793
Apr ’18
ERROR ITMS-90502 persists
Things tried:1. Added UIRequiredDeviceCapabilities to all Info.plist in the project (although previously this was not required)2. Detached device from MacUploaded the same build yesterday but today (Feb 22, 2018) can't do it. Getting the same error always.
Replies
3
Boosts
0
Views
941
Activity
Feb ’18
Reply to ERROR ITMS-90502
Found my answer on twitter https://twitter.com/search?q=ITMS-90502 and stackoverflow (https://gist.github.com/aaronpearce/d2e41a2d0844d78addf4ffd884e748ca). Basically my actual software was fine... one of the 3rd dependencies must have not had arm64 build... so check it
Replies
Boosts
Views
Activity
Feb ’18
Reply to ERROR ITMS-90502 which info.plist?
i got same ErrorERROR ITMS-90502: Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.same build (no changes), it was works fine on yesterday, but it's not working on today.i have tried all work around which is indicated by Ben Ong. but not working
Replies
Boosts
Views
Activity
Feb ’18
Reply to ERROR ITMS-90502
I'm also having the same problem but for tvOS. I have arm64 in UIRequiredDeviceCapabilities and iTunes Connect is refusing to take the build using Application Uploader. I'm getting ITMS-90502.
Replies
Boosts
Views
Activity
Feb ’18
Reply to ERROR ITMS-90502 persists
have the same problem. On Sunday my upload went through fine. As I am in the review process and made only a tiny change between builds. I changed one segue in one storyboard. Suddenly I get this message : ERROR ITMS-90502: Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.Tried to act on the message and added the arm64 in UIRequiredDeviceCapabilities, but the error message is persising. I am at a loss of what to do.
Replies
Boosts
Views
Activity
Feb ’18
Reply to ERROR ITMS-90502 which info.plist?
I have the same problem in my iOS App. Suddenly yesterday got ERROR ITMS-90502: Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist.The previsous build was accepted Sunday and only made a very minor change. Tried to add the capacility into info.plist, but that does not make a difference.
Replies
Boosts
Views
Activity
Feb ’18
Reply to upload problem
Open Terminal.app (Applications → Utilities → Terminal.app) and enter:rm -rf ~/.itmstransporter/“/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter”Wait a whileProblem solved! 🙂
Replies
Boosts
Views
Activity
Feb ’18
HomeKit iOS uploads broken
Getting the following error since Friday night when uploading builds. Yes, our app uses HomeKit of course, and we've had no issues until lastnight. Now continuing into this morning it seems that all HomeKit entitlements are incorrectly blocked. Anyone else seeing this?iTunes Store Operation FailedERROR ITMS-90045: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.developer.homekit' in 'Payload/MyApp.app/MyApp' is not supported.This is a production app and we've used this entitlement for ages, so it seems some major regression has occurred in the app submission system. It was working properly earlier this week.
Replies
9
Boosts
0
Views
1.3k
Activity
Mar ’18
HealthKit EMR
I am interested in accessing the Electronic Medical Records (EMRs) that are available in iOS 11.3 and the SDKs that come in the new iOS. I would expect that there would be new HKTypeIdentifiers for items such as labs, medications, vital, etc... . For these itmes I would hope to get some specific data like loinc codes for labs, CPTs for procedures, and perhaps IDCs (9 and/or 10) codes for medications.So my question in when/if is Apple going to support getting data from EMRs into 3rd party apps.Best,Tom. McHale
Replies
10
Boosts
0
Views
1.2k
Activity
Mar ’18
ITMS Failed to Upload IPA in Xcode 9.2
Failed Uploading the IPA using Xcode 9.2, the following error message occured, 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. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0. But i have provided all the mandatory App icons, After reading many Forums, sounds like the Problem is with Xcode. when can i expect a fix for this from Apple, is there any workaround to fix this?.
Replies
0
Boosts
0
Views
644
Activity
Mar ’18
ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/MyABQ.app/Assets.car' can't be read. Try rebuilding the app with a non-beta version of Xcode and submit it again.
It is 28 March 2018.What version of Xcode submits ios11 sdk apps correctly to Testflight?Xcode 9.3 beta 3 was *supposed* to work -- it said it would work, but not any more, on the Downloads page.Thanks for any help.
Replies
1
Boosts
0
Views
1.4k
Activity
Mar ’18
why my itms-services link works on iOS 8 but not working on iOS 11?
I have setup a secure tomcat server website for OTA download and install of our iOS application. The download link is as specified by Apple i.e. 'itms-services://?action=download-manifest&url=https://mydomain:myport/myapp.plist' .This works perfectly on iOS8 device and I am able to download and install the app there but does not work at all on iOS 10 and 11 devices.There is no clear documentation that explains the change in this since iOS 8 and what is the latest and correct way to use the itms-services protocol.Could someone please guide me through the correct way to use/formulate the itms-services url ?
Replies
0
Boosts
0
Views
2.5k
Activity
Apr ’18
Unable to install app via OTA on MDM (ios11.2.6)
We have enterprise app and we send updates of app via itms protocal that OTA uses.I have two iPad device one is running ios 11.2.6 and other has 10.3.3Both device configured with MDM having app installation restriction enabledWhen I try to install app via OTA on 10.3.3 its working,but when I try with 11.2.6 nothings happens, installation not working.Is that OS bug or something that we need to configure on device that running ios 11.2.6 ?
Replies
0
Boosts
0
Views
793
Activity
Apr ’18
Failed to Upload on ITC
Hi, I got an error when trying to upload an app with On Demand Resources. ERROR ITMS-90047: Disallowed paths ( OnDemandResources ) found at: Payload/xyz.app ERROR ITMS-90047: Disallowed paths [xyz.app/AssetPackManifest.plist] found at: Payload/xyz.appAny idea what should I do?
Replies
2
Boosts
0
Views
1.5k
Activity
Apr ’18
Reply to itmsservices not working in iOS 11 beta
Hi Mate ,Any luck to work ITMS Service Protocol in iOS 11 ?BIrju
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’18