I am trying to import web3swift
into one of my Swift
files, but get the compiler error
No such module 'web3swift'".
The import statements look like this:
import Geth
import web3swift
In my pod file, I have:
pod 'web3swift', :git => 'https://github.com/MercuryProtocol/web3.swift.git', :branch => 'master'
I have also tried the following fix which hasn't worked:
- Go to
Build Settings
- Search
Framework Search Paths
(case sensitive) - Double click on
<Multiple values>
- Click the
+
- Add $(SRCROOT) and set it to recursive