-
Notifications
You must be signed in to change notification settings - Fork 26
Description
It crashed at NSURL *url = [NSURL URLWithString:path relativeToURL:self.baseURL]; in AFHTTPClient.m when I login:
2014-06-13 16:01:25.016 SUBIS[10682:6303] -[NSPathStore2 absoluteURL]: unrecognized selector sent to instance 0x1d1b2ca0
2014-06-13 16:01:25.021 SUBIS[10682:6303] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSPathStore2 absoluteURL]: unrecognized selector sent to instance 0x1d1b2ca0'
*** First throw call stack:
(0x358ed2a3 0x350bf97f 0x358f0e07 0x358ef531 0x35846f68 0x3584a63f 0x35849443 0x358547e7 0x3a8584b1 0x3a858405 0x124e71 0x18e5b5 0x1cf725 0x1cf9c9 0x1d7ceb 0x1d816f 0x1d7fa7 0x1d82c9 0x39cc611f 0x39cc599b 0x39cc5895 0x39cd4215 0x39cd43b9 0x3996ea11 0x3996e8a4)
libc++abi.dylib: terminate called throwing an exception
Please help me !