2

enter link description here** BUILD FAILED **

Installing build/Build/Products/Debug-iphonesimulator/TestApp.app Hello Team,

I have found issue when running my "TestingApp" in React Native via terminal. I have seen a lot of answer regarding my question but not found any solution which are given by some person.

Error:

An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Failed to install the requested application An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/TestApp.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist

Please provide valid answer if any one has its solution. I am beginner in React Native. Your right ans appreciate me.

Thanks,

1 Answers1

0

Try to close the Metro Bundler and then write npm start -- --reset-cache

If doesn't work, try to open the emulator from Xcode and re-run your react-native project.

Hussam Kurd
  • 8,066
  • 2
  • 43
  • 38