簡體   English   中英

無法導入Web3。 在Xcode項目中迅速

[英]Can't import Web3. swift in Xcode project

嘿,我可以使用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

這是我的Xcode的樣子

我已經設法自己修復它,刪除了所有內容,從頭開始。 然后,我建立了項目,現在一切正常。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM