Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a NSPathStore2? [closed]

Tags:

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.

like image 592
CalixJumi Avatar asked Sep 01 '11 15:09

CalixJumi


1 Answers

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.

like image 85
Franci Penov Avatar answered Oct 29 '22 05:10

Franci Penov