Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An error occured while attempting to download the container from application Xcode

Tags:

xcode

While running my app on iPhone, I needed to view the database contents. So I selected Devices in Xcode and chose my device. Thereafter, i selected my app and clicked on the Settings button which shows 3 options: Show container, Download container and Remove container. On clicking the Download container option, I was asked where I want to store the container. After selecting the location, I am getting the following error: An error occured while attempting to download the container from application "MyApp".....

On selecting Show container option, a list opens up but there is no file inside it.

The same problem occurs with other apps too that I run using Xcode.

Any ideas as to why this happens and how to fix it?

like image 841
StudentX Avatar asked Aug 25 '16 07:08

StudentX


2 Answers

I just rebooted my iPhone. That seems to fix it! Really weird, but works.

I have been having the issue every now and then especially after the phone has been connected to Mac and Xcode for about an hour.

Sometimes, just rebooting the phone isn't good enough, you'll also have to quit Xcode and start again after rebooting the phone!

like image 158
EmbCoder Avatar answered Oct 20 '22 20:10

EmbCoder


I also had this problem yesterday, and the solution was a mismatched version of iOS 10 and Xcode 7. After I did the App Store upgrade to Xcode 8, I was able to download successfully.

like image 21
Kevin Hakanson Avatar answered Oct 20 '22 21:10

Kevin Hakanson