简体   繁体   中英

Failed IOS Build React Native

I downloaded a branch from my github project and when I run the simulator, it runs but the app displays this error.

I have already tried removing the build folder and re running it and I have done npm install when the error displays and running "react-native run-ios". I don't know what to do.

在此输入图像描述 在此输入图像描述 在此输入图像描述

Open additional terminal in the same folder. Run this command.

react-native start --reset-cache

Once the package manager is ready, go back to your first terminal and run your app again.

react-native run-ios

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM