无法在Keychain Xcode 8 GM(Swift 3)中存储数据

时间:2016-09-16 13:33:01

标签: ios keychain swift3 xcode8

在我的项目中,我需要在Keychain中保存一些数据,因此我使用了一些开源,但数据并没有存储在钥匙串中。我尝试过很多开源软件,在每个开源软件中,将数据存储在钥匙串中的尝试都失败了。

二手Keychain开源:

KeyClip - https://github.com/s-aska/KeyClip

钥匙串 - https://github.com/marketplacer/keychain-swift

钥匙串访问权限 - https://github.com/kishikawakatsumi/KeychainAccess

2 个答案:

答案 0 :(得分:6)

功能中的

启用KeyChain共享,下载权利文件。清理并运行项目,现在数据存储在Keychain中。

答案 1 :(得分:2)

如果您使用的是xCode 8.0,请执行以下操作:

  List<WebElement> alltheListfromView=driver.findElementsByXPath("//*[@resources-id,'id/patient_list_view']"); 
//Add if any other elements attributes are available

for (WebElement elements: alltheListfromView) {
    System.out.println(webElement.getText());

}

enter image description here