Xcode是否支持Swift3的AWSLambda?

Xcode是否支持Swift3的AWSLambda?,swift3,xcode8,aws-lambda,swift2.3,Swift3,Xcode8,Aws Lambda,Swift2.3,我已经将我的代码迁移到Swift 3,除了AWSLambda,我的代码的所有部分都正常工作 当它到达这条线时 let cloudLogic = AWSCloudLogin.defaultCloudLogic() 它因以下错误而崩溃: libc++abi.dylib: terminating with uncaught exception of type NSException 这是不是因为Swift3不支持Lambda?这个错误的原因是什么?我如何避免它 你能提供更多关于你得到的例外情况的细

我已经将我的代码迁移到Swift 3,除了AWSLambda,我的代码的所有部分都正常工作

当它到达这条线时

let cloudLogic = AWSCloudLogin.defaultCloudLogic()
它因以下错误而崩溃:

libc++abi.dylib: terminating with uncaught exception of type NSException

这是不是因为Swift3不支持Lambda?这个错误的原因是什么?我如何避免它

你能提供更多关于你得到的例外情况的细节吗?我看不到更多细节了。在Swift2.3中,它过去工作正常。它是一个单例类,必须正常工作。但一旦我升级到Swift3,我就开始崩溃了。请看这个: