Closed lorenzolaricchia closed 2 years ago
Looks like a configuration or xcode issue. Are you using a mac? Did you already try the steps mentioned in the Capacitor documentation: https://capacitorjs.com/docs/ios/troubleshooting
Solved: M1 architecture problem related to ffi. Thanks!
Probably this section helped you right: https://capacitorjs.com/docs/ios/troubleshooting#apple-silicon-ffi-bus-error ?
Yes, I had to run arch -x86_64 pod install
inside ./ios/App/
to install pods successfully.
Describe the bug Can't sync successfully after package install.
To Reproduce Steps to reproduce the behavior:
ionic capacitor add ios
npm i --save @capacitor-community/google-maps
npx cap sync
Expected behavior Successful update (
npx cap sync
=npx cap copy && npx cap update
).Additional context