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
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Include of non-modular header inside framework module 'GRPCClient': '/MyProject/iphoneos/gRPC/GRPCClient.framework/Headers/internal_testing/GRPCCall+InternalTests.h'
google-umbrella.h fails because it doesn't find the GoogleApis framework headers
Running the project on a device in debug mode works, this error happens only when archiving. I guess this problems are due to something related with headers in XCode.
Can anyone throw some light?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm also facing almost same issue, while trying to archive the project. But this time i got error 'absl/base/options.h' file not found when trying to archive. Had you guys found any work arround?
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to run some of these samples: https://github.com/GoogleCloudPlatform/ios-docs-samples but I'm getting some errors when archiving the iOS project, due to some GoogleApis libraries:
Include of non-modular header inside framework module 'GRPCClient': '/MyProject/iphoneos/gRPC/GRPCClient.framework/Headers/internal_testing/GRPCCall+InternalTests.h'
google-umbrella.h fails because it doesn't find the GoogleApis framework headers
Running the project on a device in debug mode works, this error happens only when archiving. I guess this problems are due to something related with headers in XCode.
Can anyone throw some light?
Thanks in advance!
The text was updated successfully, but these errors were encountered: