React Native, AwesomeProject, react-native run-ios : ** BUILD FAILED **

前端 未结 2 593
南旧
南旧 2021-01-12 20:34

I trying to run my first React Native... with AwesomeProject... After a \"react-native run-ios\" i got :

** BUILD FAILED **

The following

相关标签:
2条回答
  • 2021-01-12 20:51

    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.

    0 讨论(0)
  • 2021-01-12 20:59

    Try running react-native upgradeand then say yes to all subscribing messages. After that, try react-native run-ios again

    0 讨论(0)
提交回复
热议问题