Hello everyone,
I am trying to create a NSString called filePath that I want to use to write entries into a plist. I use
filePath = [[[NSBundle mainBundle] pathForResource
"test" ofType
"plist"] retain];
to define the path, but if I log filePath, it returns nil. Does anyone know what is not working here?
Thx, John
I am trying to create a NSString called filePath that I want to use to write entries into a plist. I use
filePath = [[[NSBundle mainBundle] pathForResource
to define the path, but if I log filePath, it returns nil. Does anyone know what is not working here?
Thx, John