arshbot
arshbot

Reputation: 15795

react-native run-ios and xcode build two different apps

Somehow it looks like the command

react-native run-ios

and running the Xcode project found with

open ios/app.xcodeproj

End up building two different apps (both icons are showing on the simulator).

The app built with Xcode throws the error

Application app has not been registered

How do I go about solving this?

enter image description here

Upvotes: 2

Views: 600

Answers (1)

Hüseyin Hür
Hüseyin Hür

Reputation: 29

Follow this 2 Simple Steps Below

  1. Open Xcode, Product -> Clean
  2. Press option key on your Mac Keyboard and hold down, then follow Product -> 'clean build folder'

Now the time ReBuild

Thats All !

Upvotes: 1

Related Questions