herumi / bls

288 stars 132 forks source link

How do we compile for iOS platform? #78

Closed zsoltpete closed 2 years ago

zsoltpete commented 2 years ago

Hi,

I am trying to build for iOS platform and don't see instructions for building it. Do you have any instructions to build as libraries?

Thanks

herumi commented 2 years ago

Please see https://github.com/herumi/bls-eth-go-binary#ios in bls-eth-go-binary?

zsoltpete commented 2 years ago

Thanks. I've got the static lib. How can I use it in a Swift project? Could you help me about that?

herumi commented 2 years ago

I have not programmed in Swift. So at first, I have to learn Swift and how to call C APIs from Swift. It will take time.