Created
March 31, 2012 15:13
-
-
Save chaudum/2266056 to your computer and use it in GitHub Desktop.
Madvertise SDK exception after fetching ad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
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
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.