So, I'm doing a:
where docList is an array of references to each open document in Pages, and docPath is an NSString. Am I accessing the path to the document incorrectly? Should I be doing this a different way?
Program runs just fine, but would like to get rid of the annoying warning.
Thanks for your input.
[edit]
Fixed.
Thanks anyway, to anyone who was going to help.
Code:
docPath = [[[docList objectAtIndex: i] path] getItem];
where docList is an array of references to each open document in Pages, and docPath is an NSString. Am I accessing the path to the document incorrectly? Should I be doing this a different way?
Program runs just fine, but would like to get rid of the annoying warning.
Thanks for your input.
[edit]
Fixed.