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

后端 未结 13 1962
春和景丽
春和景丽 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条回答
  •  -上瘾入骨i
    2020-12-07 11:49

    1. Open Keychain Access.
    2. In the top-left corner, unlock the keychain (if it is locked).
    3. Choose the System keychain from the top-left corner.
    4. Find your distribution certificate and click the disclosure triangle.
    5. Double-click ‘Private key’ under your distribution certificate.
    6. In the popup, go to the Access Control tab.
    7. Select ‘Allow all applications to access this item’.
    8. Save the changes.
    9. Close all windows.
    10. Run the application.

提交回复
热议问题