Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

my react native project does not contained any app.xcworkspace file in iOS

I want to run my react native app. when I run it by Xcode it shows something linker error and solution of that finds running by xcworkspace file.

something happens when I run this by react-native run-ios command

And in my project this file is not there in iOS folder.

react-native version: 0.60.4

like image 277
kshitija Avatar asked Oct 29 '25 02:10

kshitija


1 Answers

You need to install pod files to get .xcworkspace.

Get more help here

like image 55
udbhateja Avatar answered Oct 30 '25 18:10

udbhateja