什么是 NSPathStore2?

发布于 2024-12-02 18:16:11 字数 204 浏览 0 评论 0原文

我所知道的是:

  • 它是私有的
  • 它以某种方式创建了字符串尝试执行与路径相关的事情的原因

我的意思是,如果它们是私有的并且我的应用程序仍然告诉我 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吾家有女初长成 2024-12-09 18:16:11

NSPathStore2NSString 的子类,在创建包含路径的字符串时使用。出于所有意图和目的,您应该将其视为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文