Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load module 'Web3swift' as 'web3swift #133

Closed
go2chain opened this issue Mar 20, 2019 · 4 comments
Closed

Cannot load module 'Web3swift' as 'web3swift #133

go2chain opened this issue Mar 20, 2019 · 4 comments
Labels
bug Something isn't working critical

Comments

@go2chain
Copy link

Hello,

I followed the installation steps of the example. But when I launch the application from the Xcode, it jumps an error in the file ViewController.swift indicating "Can not load module 'Web3swift' as' web3swift"

xCode 10.1
Swift 4.2
CocoaPods 1.6.1

Thanks

@DiwakarThapa
Copy link

DiwakarThapa commented Mar 21, 2019

I am also have same issue.
pod 'web3swift', :git => 'https://github.com/bankex/web3swift.git' fixes issue but bankex is not supported.
OR you can use web3swift (1.1.10)

@BaldyAsh
Copy link
Collaborator

@go2chain @DiwakarThapa I'm trying to understand why it does not work. You can use framework from web3swift.framework.zip that I added to 2.1.0 release. I hope this will solve your problem for now

@BaldyAsh BaldyAsh added the bug Something isn't working label Mar 25, 2019
@jay10447
Copy link

jay10447 commented Mar 29, 2019

I am also have same issue.

XCode 10.2
Swift 5
CocoaPods 1.6.1

Thanks

@BaldyAsh
Copy link
Collaborator

BaldyAsh commented Apr 6, 2019

Fixed in #144 . Install: pod 'web3swift', '2.1.3'. Use it: import Web3swift

@BaldyAsh BaldyAsh closed this as completed Apr 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical
Projects
None yet
Development

No branches or pull requests

4 participants