Query.swiftCannot convert value of type 'LCQueryResult' to expected argument type 'LCQueryResult'
User.seiftCannot convert value of type 'LCValueResult' to expected argument type 'LCValueResult'
目前不会去支持最新的 beta 版。按过往经验,beta 版会有较大变数,且存在 bug 的可能。SDK 只会支持最新稳定版。
找到解决办法:使用 as! 强转
completion(result as! LCValueResult<User>)
升级到最新版 https://github.com/leancloud/swift-sdk/releases/tag/17.9.2