Xcode asking username & password every time I compile to device

前端 未结 5 1819
抹茶落季
抹茶落季 2020-12-14 07:33

I use an admin account for the development. But every time I compile to a device Xcode is asking for admin username & password. I googled the issue. But none of the solu

5条回答
  •  心在旅途
    2020-12-14 08:12

    For solution go to Keychain Access, and in the top left navigation, move your Developer certificate from "System" to "Login".

    Actually problem is Developer certificate is under "System", and it is locked every-time, so it will require a password to unlock, whereas when certificate is in "Login" section it will resolve that.

提交回复
热议问题