Gracenote Entourage Crashing

2019-09-03 03:29发布

问题:

I have downloaded the demo app from the Gracenote Developer website but its crashing for me and gives Exe_Bad_access on below line in ViewDidLoad method of GNViewController.m.

self.sdkManager = [[GnSdkManager alloc] initWithLicense:LICENSE_INFO error:nil];

What's going wrong?

This is the demo applicaiton I am referring to. I am using xcode 5 and testing in iPhone 4S with iOS 7.0.3.