什么是 NSPathStore2?
我所知道的是:
- 它是私有的
- 它以某种方式创建了字符串尝试执行与路径相关的事情的原因
我的意思是,如果它们是私有的并且我的应用程序仍然告诉我 NSPathStore2 正在干扰,我需要知道为什么。我只是想了解为什么 NSPathStore2 的发布导致我的应用程序崩溃。
All that I know is this:
- Its private
- Its created somehow cause of strings trying to do Path related things
I mean, if they are private and still my app is telling me that NSPathStore2 is interfering, I need to know why. I just want to understand why a release of NSPathStore2 is making my app crash.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NSPathStore2
是NSString
的子类,在创建包含路径的字符串时使用。出于所有意图和目的,您应该将其视为NSString
。NSPathStore2
is a subclass ofNSString
, used when creating strings that contain paths. For all intents and purposes, you should treat it as aNSString
.