尝试导入web3swift时编译错误

时间:2018-04-16 13:52:34

标签: ios swift cocoapods web3 web3swift

我正在尝试将web3swift导入我的Swift个文件中,但是会出现编译错误

  

没有这样的模块'web3swift'“。

import语句如下所示:

import Geth
import web3swift

在我的pod文件中,我有:

pod 'web3swift', :git => 'https://github.com/MercuryProtocol/web3.swift.git', :branch => 'master'

我还尝试了以下修复,但没有奏效:

  • 转到Build Settings
  • 搜索Framework Search Paths(区分大小写)
  • 双击<Multiple values>
  • 点击+
  • 添加$(SRCROOT)并将其设置为递归

1 个答案:

答案 0 :(得分:0)

根据你的问题 - 可能你正在使用另一个回购。请检查实际版本0.7.0

安装

web3swift可通过CocoaPods获得。安装 它,只需将以下行添加到您的Podfile:

pod 'web3swift', git: 'https://github.com/matterinc/web3swift'

从命令行运行pod install

之后应该可以正常工作。 如果您仍有问题,请随时打开问题: https://github.com/matterinc/web3swift/issues