I want to preload the app in the simulator with a set of data (a core data app) downloaded from my iPhone 5s. The steps I took were:
- Run the app on my device connected to Xcode
- Download my data through the devices panel.
- Name the
.xcappdata
"simple.xcappdata" and pulled it into my Xcode project - Select "simple.xcappdata" as the Application Data in the scheme I´m running
- Running the app, I have no data in the list view.
The steps I took are outline here: http://corporationunknown.com/blog/2014/07/10/preloading-development-data-into-your-ios-app/
Is this a known bug in Xcode, am I doing something wrong, missing something?
I verified that the .xcappdata
contains entries in the sqlite database.
I´m running Version 6.3 (6D570) of XCode. iOS 8.3 SDK. The app is in the store, so I know the list view and core data stack to be working.