Closed
Description
Testing use_frameworks!
compatibility on the most recent RC and ran into this hurdle.
React Native version:
react-native-cli: 2.0.1
react-native: 0.61.0-rc.2
Steps To Reproduce
- Init new RN project with version 0.61.0-rc.2
- Add
use_frameworks!
to the Podfile - Install pods
- Build project
- Also happens when
s.static_framework = true
is added to the FBLazyVector.podspec
Describe what you expected to happen:
Build expected to complete with new use_frameworks!
compatability