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
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
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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us