Skip to content

Commit 8f1be14

Browse files
iljadaderkoSalakar
authored andcommitted
[v5] Revert recursive header search from ios podspec (#2328)
I believe following commit introduces an issue for 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.
1 parent 9bf0a09 commit 8f1be14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ios/RNFirebase.podspec

-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ Pod::Spec.new do |s|
2323
end
2424
# allow this package to be used with use_frameworks!
2525
s.static_framework = true
26-
# fix recursive header flag being skipped by cocoapods when using this as a framework
27-
s.xcconfig = {
28-
'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/Headers/Public/**'
29-
}
3026
end

0 commit comments

Comments
 (0)