Add search paths for ios/Firebase when not using CocoaPods
This commit is contained in:
parent
f38a005ee9
commit
1fdb907496
|
@ -445,11 +445,13 @@
|
|||
"${SRCROOT}/../../../ios/Pods/FirebaseRemoteConfig/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/FirebaseStorage/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"${SRCROOT}/../../../ios/Pods/Firebase/**",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
|
@ -484,11 +486,13 @@
|
|||
"${SRCROOT}/../../../ios/Pods/FirebaseRemoteConfig/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/FirebaseStorage/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"${SRCROOT}/../../../ios/Pods/Firebase/**",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
|
|
Loading…
Reference in New Issue