capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 54 forks source link

Use of unresolved identifier 'ApplicationDelegateProxy' #56

Closed selcukbeyhan closed 3 years ago

selcukbeyhan commented 3 years ago

Hello,

when I use the following line as described in the README: return ApplicationDelegateProxy.shared.application(app, open: url, options: options)

My XCode returns an error: Use of unresolved identifier 'ApplicationDelegateProxy'

I have XCode Version 11.6 (11E708)

Is it normal?

Thanks.

rdlabo commented 3 years ago

Please check demo: https://github.com/capacitor-community/facebook-login/tree/master/demo/angular I confirm this work well.

And Xcode may be old. I use v12. Thanks.