Kapil Choubisa
Kapil Choubisa

Reputation: 5232

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

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.

Upvotes: 13

Views: 6458

Answers (2)

Finder丶Tiwk
Finder丶Tiwk

Reputation: 355

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

Upvotes: 14

Shuvo Joseph
Shuvo Joseph

Reputation: 912

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

Answer found from this and this post.

Upvotes: 1

Related Questions