BinanceApi icon indicating copy to clipboard operation
BinanceApi copied to clipboard

Can't build iOS framework

Open jwaggs opened this issue 7 years ago • 2 comments

I noticed that all of the frameworks that BinanceApi relies on are capable of being built for iOS yet BinanceApi itself is not setup to be built for iOS. Is there any reason for this? Can we fix this?

jwaggs avatar Jan 10 '18 20:01 jwaggs

There's no reason except that I ran out of time! I did create it with iOS in mind but I never got a chance to test it. If you can get an iOS build configuration working I'll be happy to accept a pull request. If it's not as straightforwards as I thought it might be let me know and I'll look into it.

dpyro avatar Jan 15 '18 20:01 dpyro

There appears to be a fork with iOS support now: https://github.com/molind/BinanceApi

I am getting a Thread 1: Assertion Failed error when trying it with an example code in the documents.

ResearchTime avatar Jan 19 '18 04:01 ResearchTime