如何在iOS sdk的本地资源txt文件中附加字符串
我一直在尝试将字符串附加到本地资源文件,但找不到解决方案。我正在尝试为应用程序中的所有函数调用创建一个日志文件,这样如果它崩溃了,我可以看到它停止在哪个函数上。
我创建了一个 log.rtf 文件,但无法在此文件中写入。有人可以帮我在这个文件中附加一个字符串,而不必覆盖整个文件吗?
I have been trying to append strings to a local resource file but I am having trouble finding a solution. I am trying to create a log file for all the function call in my application so if it crashes I can see which function it stopped on.
I have created a log.rtf file, but am not able to write in this file. Can someone please help me append a string to this file without having to overwrite the entire thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我已经使用以下代码来解决上述问题。
I have use following code for the above problem.
这样你就可以做到这一点..
This way you can do this..