Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not read from the device

Tags:

xcode

ios

I am trying to install a new version of my application on the top of the last version through Xcode.

Whenever I try to install it with the same provisional profile and details, I encountered this problem. This problem occurs after the build (while copying the files).

Has anyone faced this issue??

PS: I have attached the error screenshot:

!Error

like image 778
sniper Avatar asked Jun 07 '12 06:06

sniper


People also ask

Why can't I see my iPhone when I plug it into my computer?

Make sure that your iOS or iPadOS device is turned on, unlocked, and on the Home screen. Check that you have the latest software on your Mac or Windows PC. If you're using iTunes, make sure you have the latest version. If you see a Trust this Computer alert, unlock your device and tap Trust.

Why isn't my iPhone showing up as a device on my Mac?

Unplug & Connect iPhone to Mac If your iPhone is unlocked and still doesn't show up in the Mac Finder, try unplugging it and plugging it back in. Doing so will give your iPhone and Mac a chance to try the connection again. I also recommend testing a different USB port on your laptop to see if that works.


1 Answers

What worked for me were these steps:

  1. Delete the existing app you are trying to build from iPhone/iPad
  2. Sync with iTunes
  3. Kill both Xcode and iTunes completely
  4. Open Xcode and Build & Run
like image 125
jcpennypincher Avatar answered Sep 30 '22 13:09

jcpennypincher