I created a new xcode project and dragged files from old project to new project. The new project compiles fine. On looking through Finder, I see some of the files are physcially not transfered from old xcode project directories to new xcode project directories. New project is still pointing to old project source code. How to physcally move them. I am working on xcode 9.2
Those files are (re)generated after a successful build to a device.
Xcode shows only the .app built for the device in the Products folder. So if you option-clean the product and then build for Simulator, it will still be red. If you build for the device, Xcode will show it and "show in finder" should also work