CodetrixStudio / CapacitorGoogleAuth

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

iOS CAP_PLUGIN Macro for GoogleAuth #359

Closed wkaskie closed 1 month ago

wkaskie commented 1 month ago

References: https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues/358

I have the exact same issue as the above reported but I am using a later version of X-Code.

"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 / X-code 15.2

Errors encountered :

Expected identifier or '(' Too few arguments provided to function-like macro invocation Unknown type name 'CAP_PLUGIN'"

seopei commented 1 month ago

I think v3.4.0-rc.2 fixes that. @reslear could you please push a new version to npm?

reslear commented 1 month ago

fixed, v3.4.0-rc.3

wkaskie commented 1 month ago

Confirmed it's fixed in RC.3