1

我的 iPhone 应用程序正在创建一个二进制文件(最大 20MB)。我想保存这个二进制文件并将其导出到我的 Mac。这严格用于开发而不是提交到 App Store。关于最佳实践的任何建议/建议?我正在考虑电子邮件的附件,但想问问你们中的一些专家是否有更好的方法。提前谢谢了。

4

2 回答 2

4

If you are doing this just for the development try to add Application supports iTunes file sharing (UIFileSharingEnabled) to your app's Info.plist file with YES value to enable sharing via iTunes.

于 2012-10-09T18:55:25.210 回答
2

打开 XCode -> Organizer -> Applications -> Your APP -> 选择它并按下载 所有应用程序数据将被下载到存档,有你的文件

于 2012-10-09T18:58:10.060 回答