alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
762 stars 396 forks source link

Build failure on `react-native init` app #151

Closed yuanagain closed 5 years ago

yuanagain commented 5 years ago

Hi, forgive my inexperience working with iOS. Following the instructions in the README (a few times now, by my count and as a check against human error), I am unable to build successfully.

My versions for React Native are as follows: react-native-cli: 2.0.1 react-native: 0.59.5

Code from my sample project is here: https://github.com/tryboppity/react-native-share-extension-boilerplate

The only modifications I've made have been those prescribed in the README of this guide plus tweaking the build scheme. Prior to the latter, builds fail and I get error messages in XCode:

Screen Shot 2019-04-29 at 3 18 18 PM

After adding React to the top of the scheme and unchecking the "parallelize" option, the warnings above go away, but I am still unable to build, getting this slew of errors:

Screen Shot 2019-04-29 at 3 30 13 PM

Are the instruction in this README out of date? Is there something simple I'm missing?

Thanks!

yuanagain commented 5 years ago

Fixed via https://github.com/facebook/react-native/issues/23183