Mac OS X wants to use system keychain when compiling the project

后端 未结 13 1969
春和景丽
春和景丽 2020-12-07 10:49

I am asked to type in the system admin user name and password when I compile my Xcode project. The whole message is

Mac OS X wants to make changes. Ty

13条回答
  •  春和景丽
    2020-12-07 11:32

    Are you sure it says "Mac OS X" not something developer tools related?

    It is normal if Developer Tools wants to enable Developer Mode on your Mac, thus, you don't need to enter an administrator password every time you start debugging your app in the simulator for the every first time after each Xcode launch.

    But if you don't have enabled Developer Mode, when it was offered by Xcode, then be prepared, that Xcode will ask for an administrator password for the every first time you launch debugging in the simulator after each Xcode launch.

提交回复
热议问题