Skip to content

Instantly share code, notes, and snippets.

@chaudum
Created March 31, 2012 15:13
Show Gist options
  • Save chaudum/2266056 to your computer and use it in GitHub Desktop.
Save chaudum/2266056 to your computer and use it in GitHub Desktop.
Madvertise SDK exception after fetching ad
2012-03-31 16:09:45.652 Dubbase FM[42501:707] MadvertiseView.m (230): Deserializing json
2012-03-31 16:09:45.653 Dubbase FM[42501:707] -[NSConcreteMutableData objectFromJSONData]: unrecognized selector sent to instance 0xd676a10
2012-03-31 16:10:07.094 Dubbase FM[42501:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteMutableData objectFromJSONData]: unrecognized selector sent to instance 0xd676a10'
@danchel
Copy link

danchel commented Apr 2, 2012

Hi,

please make sure that the JSON parser (JSONKit, https://github.com/johnezang/JSONKit) is embedded in the SDK-Project. With our example App this should be the case out of the box.

@chaudum
Copy link
Author

chaudum commented Apr 2, 2012

Oh damn me. JSONKit was in the project, but for whatever reason it was not selected for the target app. – Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment