react-native-macos/third-party-podspecs
Janic Duplessis 7f16ff8a05 Fix use_framework RNTester crash (#30520)
Summary:
When building RN Tester with use_frameworks it crashes on launch because of duplicate folly singletons. Seems that it is included twice because of Flipper. From what I understand flipper is not really compatible with use_frameworks so this removes it from that build variant. We also remove hardcoded SONARKIT defines in the xcodeproject, those will be added by the Flipper podspec anyway so it is not needed.

This then exposed a missing double conversion header error in Folly so this fixes the DoubleConversion podspec to add its headers path to the user project.

## Changelog

[Internal] [Fixed] - Fix use_framework RNTester crash

Pull Request resolved: https://github.com/facebook/react-native/pull/30520

Test Plan: Tested RN tester with use frameworks on and off. Also made sure flipper works still when frameworks is false.

Reviewed By: fkgozali

Differential Revision: D25307973

Pulled By: hramos

fbshipit-source-id: 17b90e871734e32f5982c4fc9c07aeea232f868f
2020-12-03 16:01:47 -08:00
..
DoubleConversion.podspec Fix use_framework RNTester crash (#30520) 2020-12-03 16:01:47 -08:00
RCT-Folly.podspec feat: Enable Hermes to work on iOS (#29914) 2020-11-03 01:14:38 -08:00
glog.podspec remove most of tvOS remnants from the code (#29407) 2020-09-28 21:26:41 -07:00
libevent.podspec feat: Enable Hermes to work on iOS (#29914) 2020-11-03 01:14:38 -08:00