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')
How can I change the name the correct way and build the project successfully?