I'm trying to change to name of the react-native application. I did change the bundle identifier and display name from the xcode. But now I'm getting the following error.
The following build commands failed:
Ld .../Library/Developer/Xcode/DerivedData/app-dpwytzlcpvhucvfjukbzdmmrhdzu/Build/Products/Debug-iphonesimulator/app.app/PlugIns/appTests.xctest/appTests normal x86_64
(1 failure)
Getting following error in Xcode
File not found: .../Library/Developer/Xcode/DerivedData/app-dpwytzlcpvhucvfjukbzdmmrhdzu/Build/Products/Debug-iphonesimulator/app.app/app
What am I missing?