You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using Xcode 12 beta (12A6159). I updated Firebase to the latest version (6.27.0) and I have a lot of errors from the nanopb-umbrella.h file. Here are the errors :
- Double-quoted include "pb.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_common.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_decode.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_encode.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_decode.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_common.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_encode.h" in framework header, expected angle-bracketed instead
- Double-quoted include "pb_common.h" in framework header, expected angle-bracketed instead
These errors result in a failure to build the 'nanopb' module and make the execution of the project impossible.
This issue came with the update to the latest version of Firebase. It only occurs on Xcode 12 beta, everything works well on Xcode 11.
Here is a project that reproduces the issue : testProject.zip
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
Hello,
I am using Xcode 12 beta (12A6159). I updated Firebase to the latest version (6.27.0) and I have a lot of errors from the nanopb-umbrella.h file. Here are the errors :
These errors result in a failure to build the 'nanopb' module and make the execution of the project impossible.
This issue came with the update to the latest version of Firebase. It only occurs on Xcode 12 beta, everything works well on Xcode 11.
Here is a project that reproduces the issue :
testProject.zip
Looking forward for your response.
Thanks.