I trying to run my first React Native... with AwesomeProject... After a \"react-native run-ios\" i got :
** BUILD FAILED **
The following
First, run the command react-native upgrade
. Then, delete your ios
and android
folders. Then, run react-native eject
. Then, run react-native-git-upgrade
. Then, run react-native link
.
Finally, run the react-native run-ios
command again.
Try running react-native upgrade
and then say yes to all subscribing messages. After that, try react-native run-ios
again