ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethers.framework is missing and how to compile?

xuncai opened this issue · comments

Hi guys,
I am pretty new to ETH IOS.
I am wondering how to compile this project and run it at least?

I am having problem like
#import <ethers/Address.h> not found.
And the ethers.framework is missing.

Thanks for the help
Xun

Heya!

Yes, I need to add build directions to the README.

You need to clone both repositories from our GitHub Page:

Place both those in the same directory, and open the Xcode project in the EthersWallet-ios and you should be off to the races. The Application references the library using ../ethers.objc, so if you use the ZIP file instead of git clone, you may have to drop the -master the ZIP file adds.

Let me know if you have any more issues. I'll leave this issue open for a couple days unless you close it. :)

Hey Ricmoo, really thx for your quick response. Trying it now will let you know. Once it work I can do some screenshot and tutorial to other dev! Good work

---- YES IT works! Thanks for the quick response! -----