Gracenote Entourage Crashing

喜欢而已 提交于 2020-01-16 13:20:12

问题


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.

来源:https://stackoverflow.com/questions/20149973/gracenote-entourage-crashing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!