Can't find plist
Can't find plist
- Subject: Can't find plist
- From: Michael Hanna <email@hidden>
- Date: Sun, 8 Jun 2003 13:27:20 -0400
hi, these lines of code:
plistPath = [NSString
stringWithFormat:@"%@/Contents/Resources/%@.plist", bundPath,
nameWithoutSuffix];
NSLog ( @"generated plist path: %@", plistPath);
---
output:
---
generated plist path:
/Users/michael/Dev/countrygen/build/Contents/Resources/Phrases.plist
however my plist is actually located in
/Users/michael/Dev/countrygen/Phrases.plist
by adding simply adding the file to the project. As a matter of fact,
this is a Foundation Tool, so should I be using a plist at all? Because
when I build it, no Contents directory gets generated, just
countrygen.build.
regards,
Michael
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.