Skip to content

sending 'self' risks causing data races #406

@AlexdrFontes

Description

@AlexdrFontes

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions