facebook / folly

An open-source C++ library developed and used at Facebook.
https://groups.google.com/forum/?fromgroups#!forum/facebook-folly
Apache License 2.0
28.29k stars 5.55k forks source link

How can I use Folly in iOS? #1503

Open NikkotheAIDEV opened 3 years ago

NikkotheAIDEV commented 3 years ago

How can I use Folly in iOS using objective-c++?

FatsharkGo commented 3 years ago

We'v already ported folly to iOS and Android, and released to the users with an app. For porting folly to iOS, you have a lot of works to do:

Hope it helps.

that-scalcucci-guy commented 3 years ago

@FatsharkGo could you go into a little more detail about the process?

I understand building the dependencies with the toolchain, but when going to build Folly and passing in the toolchain file, it still fails to find the dependencies (eg. FindGlog.cmake).