Xcode won't let to build for Device after denying Codesign to access Keychain

后端 未结 1 1689
挽巷
挽巷 2020-12-04 13:08

I\'m new to iOS development and today I tried to check my app on my iPhone and tried to build it for the device. So when I clicked on build, it asked to type my password to

相关标签:
1条回答
  • 2020-12-04 14:03

    I found a solution for that. If that error occurs, only you have to do is just lock the keychain (click on lock in the left upper most corner). Then build again. It will ask to unlock again like first time and Let you to choose always allow or allow or deny in Codesign keychain access. Just type account (Mac User account) password and click on always allow. Then project will build successfully.

    0 讨论(0)
提交回复
热议问题