Home.ts & list.ts is missing from working copy

Hi all, I started a new Ionic 2 project based on the side menu template added some new pages and removed the old home and list pages I no longer need. The project works fine in the browser but when I build and run in xcode I get missing file warnings, such as

/Users/me/Documents/exampleApp/src/pages/list/list.ts is missing from working copy
/Users/me/Documents/exampleApp/src/pages/home/home.ts is missing from working copy

I can’t see these files referenced anywhere in my app any longer and don’t get any console / ts errors when using in the browser… what am I missing?

Thanks