简体   繁体   中英

Unable to install react native application on my iOS device

I have built a React Native app on Mac OS. I can build the app on device, but when I eject the cable, the app is disappeared. I want this app to stay in my phone permanently but it doesn't.

You need to create a production build of your app to make it "stay".

  1. Visit this link https://facebook.github.io/react-native/docs/running-on-device

  2. Select iOS & Mac OS

  3. Scroll down to 3. Build app for release and follow the instructions there.

You can then use the release file to install the app permanently on your device.

For me, I had the previous version of the app still running in the background when trying to install. I quit the app in the background and the installation succeeded.

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