web3.swift-Example icon indicating copy to clipboard operation
web3.swift-Example copied to clipboard

got Cannot load module 'Web3swift' as 'web3Swift' Error

Open jjzjx118 opened this issue 6 years ago • 0 comments

I use Cocoapods 2.6.0 beta . and after I ran pod install . I got "Cannot load module 'Web3swift' as 'web3Swift' Error.

I found it in ViewController.swift . and in line 11 : import web3swift

here is the pod file `source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0'

target 'web3swiftExample' do use_frameworks! #use_modular_headers! #pod 'web3swift' pod 'web3swift', :git => 'https://github.com/matterinc/web3swift.git' end`

I have specified the source . pls can any one tell me how to fix this?

jjzjx118 avatar Nov 26 '18 08:11 jjzjx118