Crashlytics:坚持“验证安装......”步

问题描述:

我想在我的应用程序中使用Crashlytics。我遵循了每一步,但我坚持验证安装......步骤。

I want to use Crashlytics on my application. I followed every step but I'm stuck on "Verifying Installation..." step.

有什么问题?

我解决了这个问题。
我把我的代码放在 applicationDidFinishLaunching(application:UIApplication)而不是func 应用程序(应用程序:UIApplication,didFinishLaunchingWithOptions launchOptions:[NSObject:AnyObject ]?)

I resolved the problem. I put my code in applicationDidFinishLaunching(application: UIApplication) instead of func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?)