1.7.0.rc1 regression on static library build HEADER_SEARCH_PATHS · Issue #8765 · CocoaPods/CocoaPods · GitHub
More Web Proxy on the site http://driver.im/
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
#8706 breaks the static library builds of
FirebaseDatabase
andFirebaseFirestore
.FirebaseDatabase
fails withbecause the public headers from the leveldb-library pod are no longer in
HEADER_SEARCH_PATHS
:To reproduce, put pod
FirebaseDatabase
in a Podfile withoutuse_frameworks!
, pod install, and build.The text was updated successfully, but these errors were encountered: