最近、Xcode 8 beta 6 (8S201h) で、これが問題になりました。
UIApplicationLaunchOptionsShortcutItemKey
エラーは次のとおりです。
この問題を抱えている他の人はいますか?
var performShortcutDelegate = true
if let shortcutItem = launchOptions[UIApplicationLaunchOptionsKey.shortcutItem] as? UIApplicationShortcutItem {
print("ok")
self.shortcutItem = shortcutItem
performShortcutDelegate = false
}
return performShortcutDelegate