-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: gRPC-Core Build Issues on iOS Simulator (Cannot build) #748
Comments
This issue has been labeled as Please provide a Minimal, Reproducible Example using this template in a public GitHub repository so we can debug the issue. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for us to reproduce the issue. |
I tried adding Get exactly what is described above. Cannot build / deploy to simulator.
|
I currently have:
Also, I've tried creating a new SvelteKit project and capacitor build, but nothing has changed. Any ideas on other troubleshooting options? |
Building the same project on Appflow actually works fine. 🤔 |
Honestly I have no idea; I tried cloning and building the Capacitor Firebase Plugin Demo but I seem to be finding the same errors plus the one attached below: Nothing seems to be working correctly, but I have no idea on what the problem might be because all of my dependencies are up to date:
Also have tried updating Cocoapods as you suggested:
I have tried really every option of troubleshooting but it just doesn't work. Any ideas? I would really love to use Capacitor! |
Are you using a Mac with Intel or Silicon chip? Maybe that's the difference. |
I am om M1. I remember now that I saw that the level-db issue surfaced some days ago on react-native too. Now (reading a bit further down) I see that they have the same issues as we experience here. Same thing all together it seems but in a slightly different setting. |
More here: firebase/firebase-ios-sdk#13989 (comment) |
So ... @gdrose |
I'm using Cocoapods version
Have you tried this workaround? |
I tried updating Cocoapods to So I believe it is an issue regarding Cocoapods I remember updating Cocoapods with gem update and it was giving me the latest version I still don't get why Thanks for the help! |
Alright, in this case I'm closing this issue. |
Plugin(s)
Version
6.2.0
Platform(s)
Current behavior
I'm encountering persistent build issues related to gRPC-Core when trying to run a blank Capacitor project on the iOS Simulator, using xCode. Even after multiple attempts with new projects and configurations. The build fails with numerous linker errors referencing gRPC-Core. Error happens for both the xCode simulator and my Iphone. Also I've tried downloading the dependencies from xCode as suggested in the firebase firestore setup (after getting the GoogleService-Info.plist) but it doesn't work either.
Expected behavior
Should build correctly.
Reproduction
https://github.com/gdrose/sveltekit-capacitor
Steps to reproduce
Other information
Apple Silicon - M3 MacBook Pro 8GB
Capacitor doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
[success] iOS looking great! 👌
[success] Android looking great! 👌
Before submitting
The text was updated successfully, but these errors were encountered: