嘿,我可以使用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发布于 2018-07-12 18:44:08
我设法自己修复了它,删除了所有东西,从头开始。然后我已经构建了这个项目,不知何故,现在一切都正常了。
https://stackoverflow.com/questions/51301047
复制相似问题