When creating a new project in Xcode 6, the generated project is missing the Prefix.pch file. Is this intended? Should we continue making our own, or is there a new method we should be using instead?
I don't use it too much, but having a few key system frameworks like Foundation and UIKit available in every file is useful, along with a couple oft-used 3rd party frameworks. Is the preferred solution to just create our own prefix file manually and configure it in the build settings, or something else?