首页 > 代码库 > iOS开发—— Couldn't add the Keychain Item

iOS开发—— Couldn't add the Keychain Item

  报错:*** Terminating app due to uncaught exception ‘NSInternalInconsistencyException‘, reason: ‘Couldn‘t add the Keychain Item.‘

  解决方案:Xcode8增加了一个keychain的许可设置,只要在工程名->TARGETS->Capabilities里将Keychain打开就可以了,大部分更新到Xcode 8后无法使用的问题都是因为这个.

iOS开发—— Couldn't add the Keychain Item