We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Created a new React project and included capacitor dependencies and tried to run the app for IOS worked fine.
But when I add @capacitor-community/fcm with version 2.0.2, I got the below error while building it
@capacitor-community/fcm
2.0.2
Lexical or Preprocessor Issue Double-quoted include "pb.h" in framework header, expected angle-bracketed instead Parse Issue Could not build module 'nanopb'
Lexical or Preprocessor Issue Double-quoted include "pb.h" in framework header, expected angle-bracketed instead
Double-quoted include "pb.h" in framework header, expected angle-bracketed instead
Parse Issue Could not build module 'nanopb'
Could not build module 'nanopb'
Version used - 2.0.2
Screenshot
Can someone help on this?
The text was updated successfully, but these errors were encountered:
Same issue. Where I'm running OS 12.0.1 and Xcode 13
Sorry, something went wrong.
Was there a fix / update that addresses this?
Still happens for me on v3.02 with Capacitor 4.6.1 on Xcode 14.2.
FYI a dodgy workaround is outlined in firebase/firebase-ios-sdk#5987
No branches or pull requests
Created a new React project and included capacitor dependencies and tried to run the app for IOS worked fine.
But when I add
@capacitor-community/fcm
with version2.0.2
, I got the below error while building itVersion used - 2.0.2
Screenshot
Can someone help on this?
The text was updated successfully, but these errors were encountered: