AWS iOS App崩溃

时间:2016-09-20 14:40:39

标签: ios swift3 aws-mobilehub

当我将代码转换为Swift 3时,我的AWS iOS应用程序崩溃了。

它在以下行崩溃:

enter image description here

修改

我认为问题在于以下方法:

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]?)
    -> Bool {
        return AWSMobileClient.sharedInstance.didFinishLaunching(application, withOptions: launchOptions!)
}

我在这里收到相同的错误消息,因为我强行要打开launchOptions

0 个答案:

没有答案