EddyVerbruggen / cordova-plugin-googleplus

:heavy_plus_sign: Cordova plugin to login with Google Sign-In on iOS and Android
567 stars 629 forks source link

The 'Pods-App' target has transitive dependencies that include statically linked binaries: #742

Open Saurabh120597 opened 2 years ago

Saurabh120597 commented 2 years ago

Plugin doesn't seem to work with ionic 5 capacitor for ios. On 'npx cap sync ios' throws the below error with sync failing.

[!] The 'Pods-App' target has transitive dependencies that include statically linked binaries: /Users//Documents//ios/App/Pods/GoogleSignIn/Frameworks/GoogleSignIn.framework)

tallesventura commented 2 years ago

Same issue here.

django78i commented 2 years ago

same isue here

pelupotter commented 2 years ago

same here

bellispmo commented 2 years ago

same issue here

rammie commented 2 years ago

Add this plugin to your static plugins in your capacitor config. See the documentation for staticPlugins here: https://capacitorjs.com/docs/config#schema

For example

{
  cordova: {
    staticPlugins: [
      'cordova-plugin-googleplus',
    ]
  }
}
nkalupahana commented 2 years ago

^ confirmed, this fixes it. Might require a capacitor upgrade, though: npm install @capacitor/cli@latest @capacitor/core@latest

hatinfotech commented 1 year ago

Add this plugin to your static plugins in your capacitor config. See the documentation for staticPlugins here: https://capacitorjs.com/docs/config#schema

For example

{
  cordova: {
    staticPlugins: [
      'cordova-plugin-googleplus',
    ]
  }
}

it worked for me, fix cordova-gmv-barcode-scanner plugin