使用 swift 从 Hyperledger iroha 创建新帐户时出错

Error on create a new account from Hyperledger iroha using swift

我尝试从 iroha iOS github 下载并构建 iroha-ios 然后开始使用示例项目创建一个新帐户。我在我的 PC 上部署了一个 iroha 服务器。当我 运行 程序时,它打印出这样的错误。

SwiftyIrohaExample.Iroha_Protocol_QueryResponse:
error_response {
  reason: STATEFUL_INVALID
  message: "query signatories did not pass validation"
}

当我检查在 Xcode 的日志中生成的散列时,它不存在于 iroha 系统中。 我错过了哪一步?

遗憾的是,这些库可能并非始终是最新的。目前,其中一位维护者修复了库以与 develop 分支一起工作。这里:https://bitbucket.org/Emkil/swiftyiroha/