ios - Why doesn't Xcode 4 create any products? -


Despite the build configuration, the creation of my iPad app does not actually contain an .app file. It runs on the iPad simulator and on one device, but when I build or build and hit, the binary product appears under red and is not created in the "build" folder in Build Build.

Any thoughts?

In Xcode 4, its production products and other intermediary / temporary files / indexed places together with your product files Data directory now obtained instead of the "Build" directory is to deal with this new workspace and it is also possible that you can make clean for individual projects in different workstations without spoiling each other.

If your original template was outdated, your manufactured product might be your source directory compared to your build product directory, which is why it is showing red color By default, your derived data directory ~ / Under Library / Developer / Xcode / DerivedData, you can file-> workspace settings ... and to see if your current workstation / project is keeping these files. M> build place .

Comments