首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法导入Web3。Xcode项目中的swift

无法导入Web3。Xcode项目中的swift
EN

Stack Overflow用户
提问于 2018-07-12 16:45:36
回答 1查看 111关注 0票数 1

嘿,我可以使用pod install安装web3swift pod,但是之后我不能将它导入到项目中,所以我无法开始使用它。有什么建议吗?

以下是Podfile代码

代码语言:javascript
复制
  # 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

EN

回答 1

Stack Overflow用户

发布于 2018-07-12 18:44:08

我设法自己修复了它,删除了所有东西,从头开始。然后我已经构建了这个项目,不知何故,现在一切都正常了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51301047

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档