Skip to content

sending 'self' risks causing data races #406

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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