Closed ghasemikasra39 closed 3 years ago
Only these versions work, as you can see, the Flipper-Boost-iOSX
is removed and then everything start to work:
It doesn't look like a Boost issue. ___cxa_increment_exception_refcount is likely a part of standard C++ library, not Boost. Anyway, this project just for building Boost, and any issues like this (if they have something to do with Boost) should be addressed to related Boost library developers.
I think the problem is in Flipper (https://github.com/facebook/flipper) project, or more precisely in https://github.com/facebook/folly/blob/master/folly/lang/Exception.cpp . It uses the function abi::__cxa_increment_exception_refcount that is not defined in the current arm64 ios platform. Or perhaps there is some additional system library that should be included at the link stage.
You are right, I need to file this there. I will close this issue. Thanks a lot.
I am not sure if this is the correct project to file this issue, but after updating to Flipper
0.96.1
, a new package calledFlipper-Boost-iOSX
was added, and that causes this error: