我在我的应用程序didFinishLaunchingWithOptions委托方法上有这行代码,它导致崩溃说:
'[Fabric] Info.plist键的值"Fabric"必须是NSDictionary.
任何人都可以帮我这个吗?
这是导致崩溃的代码:
[[Twitter sharedInstance] startWithConsumerKey:@"consumer_key" consumerSecret:@"secret_key"];
[Fabric with:@[[Twitter sharedInstance]]];
Run Code Online (Sandbox Code Playgroud)