Whilst developing apps for iOS which utilise Core Data, I use the Core Data Editor application for debugging purposes. To do this Core Data Editor requires the application containing the managed object model.
To get the .app file I locate the application locally (if running on the simulator) or on the device using iExplorer.
Now, as of Xcode 6/iOS 8 the .app file no longer appears for some reason.
Here is a screenshot of a test project run on the iOS 7 simulator (using Xcode 6):
Now, as you can see the Test.app file is where it should be, however if I run the same project using the iOS 8 simulator, the file does not exist:
Does anyone have any idea why the .app file is no longer shown for iOS 8 projects? This happens on both the iOS 8 simulator and an iOS 8 device.