When I run this code
NSString *string = [NSString stringWithFormat:@"http://makrr.com/*****/****/*****/****/%@.mp3", [data objectForKey:@"location"]];`
Im getting a EXC_BAD_ACCESS. [data objectForKey:@"Location"] is a NSCFString.
|
When I run this code
Im getting a EXC_BAD_ACCESS. [data objectForKey:@"Location"] is a NSCFString. |
|||||
|
|
I'm not sure where the
Most likely, |
|||
|
|
|
Here's a question with a few answers that provide good explanations of |
||||
|
|