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

6.3k Views Asked by At

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.

2

There are 2 best solutions below

1
On
  1. Quit Xcode.
  2. Reboot the iPad.
  3. Reopen Xcode and connect.

Answer found from this and this post.

3
On

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