Mar
4th
Wed
4th
Fix for “<Error>: user mobile has uid 501” while trying to install app on device.
Do you get: <Error>: user mobile has uid 501 while trying to install you application on the device? I found a solution (jailbroken)
1) Install openSSH from Cydia.
2) ssh root@you-iphone-ip
3) Type yes
4) default password is alpine (I strongly recommend you to change this by typing passwd new-password )
5) cd .. \ .. \ .. /private/var/mobile/Media/PublicStaging/
6) rm -r your-app-name.app/
7) Clean all targets from the Xcode build menu.
8) Build and go!