简体   繁体   中英

React Native App is not installing in ios simulator

I am using ios simulator but my app is not installing on it i am using Visual Studio Code to run my app using this command... react-native run-ios but i my app is not installing just showing this screen please have a look at this image an suggest any answer 在此处输入图片说明

This error is due to manual linking of the packages. React-native version 0.60 and above 0.60 version supports auto-linking. Your react-native version is 0.60.4 and you are running react-native link or manual linking. Don't run react-native link or manual linking for 0.60 and above version. Run react-native unlink and then run the the command react-native run-ios . It will work

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