ethers-io / ethers.objc

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

How do I include ethers.objc in an Xcode project? #13

Open tanzeelrana opened 6 years ago

tanzeelrana commented 6 years ago

I am unable to integrate ethers.obj to my ios app see the following error

screen shot 2017-12-13 at 5 30 03 pm

ricmoo commented 6 years ago

You seem to be getting a lot of errors. How did you add the libary to you project?

You should be able to add the ethers.xcodeproj as a subproject to your project. For an example, try out the EthersWallet-ios project. That should help you figure out the setup required.

svaz commented 6 years ago

Would be nice for someone to write installation instructions?

ricmoo commented 6 years ago

It’s coming. We just haven’t had time yet. :)

Liuruyong commented 6 years ago

crypto_scrypt-ref.c crypto_scrypt-sse.c LightClientProvider.m not compiler in ethers.objc. Delete them, Error disappears.