CodetrixStudio / CapacitorGoogleAuth

Capacitor plugin for Google Auth. Lightweight & no dependencies.
MIT License
259 stars 143 forks source link

iOS CAP_PLUGIN Macro for GoogleAuth #358

Closed karoukan closed 1 month ago

karoukan commented 1 month ago

I am encountering an issue with the CAP_PLUGIN macro when trying to register the GoogleAuth plugin. The plugin registration does not seem to work as expected, and the app fails to compile. Capacitor : 6.0.0 / GoogleAuth 3.4.0-rc.1

Errors encountered :

karoukan commented 1 month ago

Fixed. Problem goes from XCode. Capacitor 6.0 don't work with XCode 14.2. Downgraded to latest cap v5.

wkaskie commented 1 month ago

I'm having the same issue with X-Code 15.2. Any suggestions for the same issue with Capacitor: 6.0.0, GoogleAuth 3.4.0-rc.1 and X-Code 15.2?