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.

Kapil Choubisa
  • 5,152
  • 9
  • 65
  • 100

2 Answers2

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

Abhishek Bedi
  • 5,205
  • 2
  • 36
  • 62
Finder丶Tiwk
  • 345
  • 2
  • 8
  • 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...) – il Malvagio Dottor Prosciutto Nov 17 '16 at 16:43
  • I built a Xamarin app in VS2015 as debug, and still get the same error when trying to download the app container using xcode devices – callisto Nov 18 '16 at 11:29
  • 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. – callisto Nov 21 '16 at 12:00
1
  1. Quit Xcode.
  2. Reboot the iPad.
  3. Reopen Xcode and connect.

Answer found from this and this post.

Community
  • 1
  • 1
Shuvo Joseph
  • 894
  • 1
  • 12
  • 21