Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

-[__NSDictionaryM urlEncodedKeyValueString]: unrecognized selector sent #454

Open
cczufish opened this issue Mar 24, 2015 · 0 comments
Open

Comments

@cczufish
Copy link

NSDictionary *pDic = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt:1], @"userId",
[NSNumber numberWithInt:1], @"skuId",
nil];
if (([method isEqualToString:@"GET"] ||
[method isEqualToString:@"DELETE"]) && (params && [params count] > 0)) {

finalURL = [NSURL URLWithString:[NSString stringWithFormat:@"%@?%@", aURLString,
[self.fieldsToBePosted urlEncodedKeyValueString]]];
}
-[__NSDictionaryM urlEncodedKeyValueString]: unrecognized selector sent to instance 0x170e4ec40

why

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant