When I am running my application on my device, it asks for system username and password again and again. Previously, I was running on iphone, it asked for first time only.
Asked
Active
Viewed 260 times
1
-
maybe some keys for your provision profiles placed in System keychain? In this case you should move them to another keychain – BergP Aug 23 '13 at 07:57
-
in application Utilites/Keychain Access , move them to the "login" keychain – BergP Aug 23 '13 at 07:58
-
maybe helpful: http://stackoverflow.com/questions/9738298/xcode-asking-username-password-everytime-i-compile-to-device?rq=1 – Thilo Aug 23 '13 at 08:00
-
Just checkin @PavelKatunin – Samkit Jain Aug 23 '13 at 08:15
2 Answers
1
Maybe some keys for your provision profiles placed in System keychain? In this case you should move them to another keychain. In application Applications/Utilities/Keychain Access , move them to the "login" keychain.

BergP
- 3,453
- 4
- 33
- 58
1
You should move them to another keychain. In application Applications/Utilities/Keychain Access , move them to the "login" keychain. Enter your credentials, you problem will be resolved.