Closed SheppardX closed 2 years ago
CordovaPluginsStatic is generated from your installed Cordova plugins, so you should see which plugin is using that dependency and report to the plugin maintainer.
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios' pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app' pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics' pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard' pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen' pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar' pod 'CapacitorNativeBiometric', :path => '../../node_modules/capacitor-native-biometric' pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '8.11.0' pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins' pod 'CordovaPluginsStatic', :path => '../capacitor-cordova-ios-plugins' pod 'CordovaPluginsResources', :path => '../capacitor-cordova-ios-plugins'
its from capacitor-cordova-ios-plugins
All the content from capacitor-cordova-ios-plugins comes from your installed Cordova plugins, Capacitor searches for all your installed Cordova plugins and put the code in that folder, so one of your Cordova plugins has the problem, you have to find out which one and report it to their maintainers.
How ?
i am only using the capacitor cordova plugins https://capacitorjs.com/docs/apis some of them in the list
Start by searching "cordova" in your package.json as cordova plugins usually have cordova in their name. Then see if any of the results has "firebase", "firestore", "google", "analytics", etc on the name too.
yeah i found i searched for GoogleTagManager in node_modules.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Platform(s)
iOS on Mac with M1 Chip
Current Behavior
cant get build cause GoogleTagManager is old version (7.3.1) and not ready for m1 chips it got updated and fixed on version 7.4.0 In Podfile.lock i can see that CordovaPluginsStatic is using GoogleTagManager (= 7.3.1) and CordovaPluginsStatic is coming from capacitor-cordova-ios-plugins https://github.com/firebase/firebase-ios-sdk/issues/7509 last post
'GoogleSymbolUtilities' for architecture arm64
is this the right place to post ?
Expected Behavior
Its gets build
Other Technical Details
npm --version
output: 8.5.5node --version
output: v14.19.0pod --version
output (iOS issues only): 1.11.3