Saving in KeyChainItemWrapper crashes for password

前端 未结 2 771
醉梦人生
醉梦人生 2021-02-02 15:46

Apple has provided KeyChainItemWrapper class in their GenericKeyChain sample code. There is an ARC\'ed solution here on SO, which I am trying to follow: wrapper to store in the

2条回答
  •  我在风中等你
    2021-02-02 16:36

    I had the same error when running the App on the Simulator, but it worked perfectly on the device.

    In order to fix the problem with the simulator I had to turn on "Share keychain entitlement".

    Share keychain entitlement

提交回复
热议问题