react-native-macos/ReactCommon/jsi
Kevin Gozali b0c8a4eee8 Link RCT-Folly against libc++abi
Summary:
Folly now depends on libc++abi. This solves linker error for RCT-Folly.podspec like this:

```
Undefined symbols for architecture arm64:
  "___cxa_increment_exception_refcount", referenced from:
      folly::exception_ptr_get_type(std::exception_ptr const&) in libRCT-Folly.a(Exception.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```

See https://github.com/react-native-community/releases/issues/251

Note: RNTester was not affected by this bug for some reason, so the only way to verify is via the new app generated via `npx react-native init`.

Changelog: [Fixed][iOS] Unbreak Folly linker error

Reviewed By: lunaleaps

Differential Revision: D30950944

fbshipit-source-id: 3eb146e23faa308a02363761d08849d6801e21ca
2021-09-16 22:24:10 -07:00
..
jsi Remove custom MAP_TAG from FileBuffer 2021-06-18 12:01:00 -07:00
.clang-tidy The life-changing magic of clang-tidying up 2020-02-04 11:09:30 -08:00
Android.mk Make JSI a dynamic library 2021-08-27 17:16:49 -07:00
BUCK Remove BUILD FILE SYNTAX from build files 2021-08-19 15:25:19 -07:00
JSCRuntime.cpp Introduce drainMicrotasks to JSI 2021-04-23 02:43:06 -07:00
JSCRuntime.h Tidy up license headers [3/n] 2019-10-16 10:06:34 -07:00
React-jsi.podspec Link RCT-Folly against libc++abi 2021-09-16 22:24:10 -07:00