Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App installation failed: Could not write to the device

Tags:

ios

iphone

xcode6

In Xcode 6.3, I got this error when trying to run an iOS project written in Swift on a real device.

App installation failed

could not write to the device.

I tried to clean the project and run again, but the same error occurs.

How can I fix this error?

like image 337
Kh_Shata Avatar asked Jun 23 '15 12:06

Kh_Shata


People also ask

Why does app installation fail?

Corrupted Storage Corrupted storage, especially corrupted SD cards, is one of the most common reasons why Android app not installed error occurs. Unwanted data might contain elements that disturb the storage location, causing Android app can't install error.

What does Profile installation failed mean?

A connection to the server could not be established." This problem can happen if an older version of Norton Family profile is installed on your device. To fix this problem, remove and reinstall the Norton Family profile on your iOS device.


3 Answers

Deleting the app on the device and running the project again works for me.

like image 150
PaulYin Avatar answered Oct 20 '22 12:10

PaulYin


I did a Clean and installed my app successfully.

Product->Clean(Shift-Cmd-K)

like image 38
wj2061 Avatar answered Oct 20 '22 12:10

wj2061


I turned off the device and turned it on again after which I did not get such error.

like image 16
Vidya Avatar answered Oct 20 '22 14:10

Vidya