问题描述
我想使用从我的 iPhone 5s 下载的一组数据(一个核心数据应用程序)在模拟器中预加载应用程序.我采取的步骤是:
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:
- 在连接到 Xcode 的设备上运行该应用
- 通过设备面板下载我的数据.
- 将
.xcappdata
命名为simple.xcappdata"并将其拉入我的 Xcode 项目 - 在我正在运行的方案中选择simple.xcappdata"作为应用程序数据
- 运行应用程序时,列表视图中没有数据.
- 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.
我采取的步骤概述如下:http://corporationunknown.com/blog/2014/07/10/preloading-development-data-into-your-ios-app/
The steps I took are outline here: http://corporationunknown.com/blog/2014/07/10/preloading-development-data-into-your-ios-app/
这是 Xcode 中的已知错误吗?我做错了什么,遗漏了什么?
Is this a known bug in Xcode, am I doing something wrong, missing something?
我验证了 .xcappdata
包含 sqlite 数据库中的条目.我正在运行 XCode 6.3 (6D570) 版.iOS 8.3 SDK.该应用程序在商店中,所以我知道列表视图和核心数据堆栈正在运行.
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.
推荐答案
这似乎是 Xcode 6 中的一个错误.
It seems to be a bug in Xcode 6.
您用作参考的写博客的人更新了博客:
The person writing to blog that you used as reference updated the blog with this:
更新 2015-04-20:这在 Xcode 5 中运行良好.不幸的是 Xcode 6(截至撰写本文时,通过 6.3)的行为与针对模拟器(它确实可以很好地加载设备).版本
这篇关于Xcode 未将 .xcappdata 加载到应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!