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
[v5] Remove recursive header search from ios podspec
I believe following commit introduces an issue fro cocoapods users (of whoom there will be many now that react-native uses cocoapods) b85153d#diff-1b2b06e7c58d8929c91f917ce51a7454R28
The gist of it, that it introduces back this issue firebase/firebase-ios-sdk#1916
It is due to some header include in gRPC-C++ library that recursive header search will try to include, but won't find, hence causing build error.
cc @MoOx as he authored original PR, I am not sure if removing this will cause any issues, so wanted to discuss it with you.
0 commit comments