[ios] add missing framework search paths
This commit is contained in:
parent
02c7475bee
commit
c4b9b32eac
|
@ -523,6 +523,7 @@
|
|||
"$(SRCROOT)/../../../ios/Pods/FirebaseDatabase/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseDynamicLinks/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseFirestore/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseFunctions/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseInstanceID/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseInvites/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseMessaging/Frameworks",
|
||||
|
@ -566,6 +567,7 @@
|
|||
"$(SRCROOT)/../../../ios/Pods/FirebaseDatabase/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseDynamicLinks/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseFirestore/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseFunctions/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseInstanceID/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseInvites/Frameworks",
|
||||
"$(SRCROOT)/../../../ios/Pods/FirebaseMessaging/Frameworks",
|
||||
|
|
Loading…
Reference in New Issue