本文介绍了什么是 NSPathStore2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我所知道的就是:
- 它是私人的
- 它以某种方式创建了字符串尝试执行与路径相关的事情
我的意思是,如果它们是私有的,而我的应用程序仍然告诉我 NSPathStore2 正在干扰,我需要知道为什么.我只是想了解为什么 NSPathStore2 的发布会导致我的应用崩溃.
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.
推荐答案
NSPathStore2
是 NSString
的子类,用于创建包含路径的字符串.出于所有意图和目的,您应该将其视为 NSString
.
NSPathStore2
is a subclass of NSString
, used when creating strings that contain paths. For all intents and purposes, you should treat it as a NSString
.
这篇关于什么是 NSPathStore2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!