cordova-plugin-googleplus icon indicating copy to clipboard operation
cordova-plugin-googleplus copied to clipboard

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

Open Saurabh120597 opened this issue 3 years ago • 7 comments

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)

Saurabh120597 avatar Oct 25 '21 11:10 Saurabh120597

Same issue here.

tallesventura avatar Oct 25 '21 18:10 tallesventura

same isue here

django78i avatar Oct 28 '21 18:10 django78i

same here

pelupotter avatar Oct 29 '21 21:10 pelupotter

same issue here

bellispmo avatar Nov 16 '21 03:11 bellispmo

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',
    ]
  }
}

rammie avatar Nov 19 '21 05:11 rammie

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

nkalupahana avatar Dec 22 '21 22:12 nkalupahana

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

hatinfotech avatar Sep 12 '22 09:09 hatinfotech