Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. for ( NSDictionary *theCourse in json)
  2. {
  3. NSLog(@"yes yessss %@",[[theCourse objectForKey:@"allFormsResult"]valueForKey:@"CustomerNo"]);
  4.  
  5.  
  6. }
  7.  
  8. 2014-04-25 16:50:59.982 IVRSApp[4263:70b] gggggg(
  9. )
  10. 2014-04-25 16:50:59.982 IVRSApp[4263:70b] -[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x997c2c0
  11. 2014-04-25 16:50:59.987 IVRSApp[4263:70b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x997c2c0'
  12. *** First throw call stack:
  13. (
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement