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 1. Init new RN project with version 0.61.0-rc.2 2. Add `use_frameworks!` to the Podfile 3. Install pods 4. Build project 5. 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