Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

React native changing package name in iOS, missing files

$
0
0

I am trying to copy an existing app and change its name. I have changed the bundle id and project name from tcapp to iaapp.

However in xcode there are still folders called my old name (tcapp) and I get the error:

Build input file cannot be found: '/ios/tcapp/AppDelegate.m' (in target 'iaapp' from project 'iaapp')

enter image description here

How can I change the name the correct way and build the project successfully?


Viewing all articles
Browse latest Browse all 16552

Trending Articles