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

前端 未结 2 624
南旧
南旧 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.

提交回复
热议问题