Xcode asking username & password every time I compile to device

前端 未结 5 1810
抹茶落季
抹茶落季 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:02

    After moving Developers certificate form "System" to "Login". If it still asks for Username and password, you need to check your code signing. Go to the Build Setting and under code signing select the respected developer's certificate. It works for me.

提交回复
热议问题