tags:

views:

273

answers:

0

pListURL returns nil on my code, but not the example. The

I copied and pasted the method: (taken from http://samsoff.es/post/iphone-plist-tutorial/) (void)viewDidLoad { NSURL *plistURL = [NSURL URLWithString:@"http://samsoffes.github.com/iphone-plist/HelloWorld.plist"]; *dictionary = [NSDictionary dictionaryWithContentsOfURL:plistURL];

} it is identical to the one found in the downloadable. I've run the projects side to side but the NSURL is always nil on my app, but it is allways correct in the example What's up with that. Identical code. Is there a property I need to change? I even tried using a URL that should be found locally, so it can't be a connectivity issue.

What's up with that. Identical code. Is there a property I need to change? I even tried using a URL that should be found locally, so it can't be a connectivity issue.