Answers for "react native run ios not working"

2

react native run ios runing the app in simulator not in Iphone

react-native run-ios --device

this is for connected devices


react-native run-ios --simulator="simulator name"

or 

react-native run-ios --simulator
Posted by: Guest on May-07-2021
0

react native run ios not building

follow these steps its working for me

The platform version in your PodFile 

should be more then 11.0


and another main poin create a new file in your ios folder with any name 

my file rt.swift


inside file
//
//  rt.swift
//  AwesomeProject
//
//  Created by Apple on 05/05/21.
//

import Foundation


=================================================================
after that remove pod folder and podfile.lock file  from ios folder then

RUN 

cd ios && pod install && cd .. && yarn ios
Posted by: Guest on May-05-2021

Code answers related to "react native run ios not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language