难以理解的watchOS 2错误

时间:2015-07-25 17:15:52

标签: syntax-error watchkit swift2 watch-os-2 xcode7-beta4

所以我的手表应用程序要求输入文本,如下所示,但是这个错误没有意义!

enter image description here

我希望有人可以帮我解决这个问题?提前谢谢!

1 个答案:

答案 0 :(得分:0)

这是根据documentation

的定义
func presentTextInputControllerWithSuggestions(_ suggestions: [String]?,
                          allowedInputMode inputMode: WKTextInputMode,
                                completion completion: ([AnyObject]?) -> Void)

问题似乎出现在你的最后一个参数中,即String - >虚空。你到达那里[AnyObject]?而不是String。