1
我使用谷歌登錄框架按照有關文件曖昧參考成員「下標」
func application(application: UIApplication,
openURL url: NSURL, options: [String: AnyObject]) -> Bool {
return GIDSignIn.sharedInstance().handleURL(url as URL!,
sourceApplication: options[UIApplicationOpenURLOptionsSourceApplicationKey] as? String,
annotation: options[UIApplicationOpenURLOptionsAnnotationKey])
}
這是給錯誤
Ambiguous reference to member 'subscript'
請求幫助谷歌登錄構架這個。
複製,如果可能的話貼全錯誤或截圖在Xcode。 –
https://www.mx7.com/view2/zzYR2qvvDoTTyMY1我的屏幕截圖 –
Upload images here:http://stackoverflow.com/help/formatting – jtbandes