无法导入Web3。在Xcode项目中迅速

时间:2018-07-12 08:45:36

标签: web3swift

嘿,我能够使用pod install安装web3swift pod,但是之后我无法将其导入项目中,因此无法开始使用它。有小费吗?

这是Podfile代码

  # Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Hello' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!
pod 'web3swift', '~> 0.8.0'
  # Pods for Hello
  target 'HelloTests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'HelloUITests' do
    inherit! :search_paths
    # Pods for testing
  end

end

Here is what my Xcode looks like

1 个答案:

答案 0 :(得分:0)

我已经设法自己修复了,删除了所有内容,从头开始。然后,我构建了项目,现在一切正常。.