-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
I'm getting an EXC_BAD_ACCESS when debugger is processing function initWithAPIWey on OFFlickrAPIContext class.
When debugger is at this point:
- (id)initWithAPIKey:(NSString *)inKey sharedSecret:(NSString *)inSharedSecret
{
if ((self = [super init])) {
key = [inKey copy];
On the last code line, I can see inKey has the value of the constant I defined on SampleAPIKey.h . inKey is a NSCFString and key is NSString. Key value is nil.
Do you know what could it happens? I'm using Xcode 4.
Thanks for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels