Hi guys, i'm ahving this issue when trying to send my app via fastlane to the app store.
Can any of you help me out?
node_modules/@codetrix-studio/capacitor-google-auth/ios/Plugin/Plugin.swift:74:16: sending 'self' risks causing data races
if self.googleSignIn.hasPreviousSignIn() && !self.forceAuthCode {
if self.googleSignIn.currentUser == nil {
call.reject("User not logged in.");
self.googleSignIn.signOut();