Xcode 5.1.1. - iOS7
When I create an empty project with Core Data option checked (literally empty project - nothing at all), it never builds! It takes 7-10 minutes for "indexing" and then says "build failed" with one error: "Could not build module 'CoreData'".
It works fine if I switch the target to the (3.5-inch Retina iOS simulator) or (4-inch Retina iOS simulator). It does NOT work with (4-inch Retina 64-bit Simulator) or my iPhone 5c.
Any project with no Core Data option works fine on my iPhone 5c and the (4-inch Retina 64-bit Simulator). So, my profile and provisioning settings are all fine!
Any help?!