iPad 上的文件 I/O
专家..一个新问题
我开发了一个类似 GIS 的应用程序,它可以在 Xcode 和 iPad 模拟器环境中完美运行。现在我想在真正的 iPAD 上进行测试。我已经完成了配置证书过程,并且能够在我的设备上运行该应用程序。当程序尝试读取我的开发计算机上的文件(文件路径类似于 /Users/user/Document/data.txt)时,就会出现问题。
我可以将“data.txt”文件复制到 ipad 吗?如果可以的话,它的 I/O 路径是什么。
感谢您的帮助。
卡斯
Experts.. a newb question
I have developed a GIS like app which runs perfectly within Xcode and iPad simulator environment. Now I want to test on a real iPAD. I have gone through the provisioning certificates process and able to run the app on my device. The problem comes up when the program tries to read a file which is on my development computer (file path is something like /Users/user/Document/data.txt).
Can I copy that "data.txt" file to ipad and if I can, what will be it's path for I/O.
Thanks for your help.
KAS
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您将其添加到您的应用程序中。它会在捆绑包中。
加载后,用字符串解析它。
您可以使用 NSScanner 来解析您的字符串
You will add it to your application. and it will be in the bundle.
After you load it up, Parse it with a string.
You can use NSScanner to parse your string
您可以将该文件包含在您的项目中然后访问它。获取完整文件路径:
You can include the file in your project then access it. To get the full file path: