IPhone : XCode is not loading the .xcappdata into the app

on Saturday, April 18, 2015

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:



  1. Run the app on my device connected to XCode

  2. Download my data through the devices panel.

  3. Name the .xcappdata "simple.xcappdata" and pulled it into my XCode project

  4. Select "simple.xcappdata" as the Application Data in the scheme I´m running

  5. 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.


0 comments:

Post a Comment