Unable to access application container from iPad running on iOS 10 beta
Asked Answered
G

2

13

I am not able to download app container using xcode for my application on iOS 10 beta 4. I am using later xcode (beta 4). When I connect my device and go to Device in xcode, I am able to see my app listed but when I click on download container I get below error:

enter image description here

Is there anything to do with my app setting or device setting. How can I get my app data for iOS10 beta 4.

Gonzalogoo answered 10/8, 2016 at 6:49 Comment(4)
same problem here.Poseidon
I'm having the same problem. I updated to macOS but I'm having the same problemGirgenti
I come to know (from unofficial sources of course) that apps created with older xcode have this problem. Create build from xcode8 and try it, it should work.Gonzalogoo
Built my app with Xcode8 - I am having this issue as well: XCode Version 8.0 (8A218a) iOS 10.0.2 OSX 10.11.6+Casino
B
14

Further testing indicates this could be related to the fact that only containers from debug builds are downloadable. Versions built as Release/Distribution builds don't seem to allow the application container to download.

Here is the apple forums

Blenheim answered 16/11, 2016 at 6:11 Comment(3)
I get the same results. Still puzzled by the absence of an official response on apple forum (even if I know this's almost the norm sadly...)Pinkney
I built a Xamarin app in VS2015 as debug, and still get the same error when trying to download the app container using xcode devicesCasino
I have updated my observations: I can do this on an iPhone6, but not an iPos with both on the same iOS version, and same app build. The difference seems to be some older provisioning profiles for previous versions on the app that are present on the iPhone.Casino
C
1
  1. Quit Xcode.
  2. Reboot the iPad.
  3. Reopen Xcode and connect.

Answer found from this and this post.

Coldiron answered 8/2, 2017 at 11:54 Comment(1)
surprisingly, this fixed it for me (was already on debug build)Ourself

© 2022 - 2024 — McMap. All rights reserved.