Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

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

Open
Saurabh120597 opened this issue Oct 25, 2021 · 7 comments

Comments

@Saurabh120597
Copy link

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
Copy link

Same issue here.

@django78i
Copy link

same isue here

@pelupotter
Copy link

same here

@bellispmo
Copy link

same issue here

@rammie
Copy link

rammie commented Nov 19, 2021

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
Copy link

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

@hatinfotech
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants