ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.
MIT License
157 stars 57 forks source link

ethers.framework is missing and how to compile? #11

Closed xuncai closed 6 years ago

xuncai commented 6 years ago

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

ricmoo commented 6 years ago

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. :)

xuncai commented 6 years ago

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! -----