|
@@ -784,7 +784,10 @@
|
784
|
784
|
INFOPLIST_FILE = app/Info.plist;
|
785
|
785
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
786
|
786
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
787
|
|
- LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
|
|
787
|
+ LIBRARY_SEARCH_PATHS = (
|
|
788
|
+ "$(inherited)",
|
|
789
|
+ "$(SRCROOT)/../node_modules/react-native-webrtc/**",
|
|
790
|
+ );
|
788
|
791
|
OTHER_LDFLAGS = (
|
789
|
792
|
"$(inherited)",
|
790
|
793
|
"-ObjC",
|
|
@@ -816,7 +819,10 @@
|
816
|
819
|
INFOPLIST_FILE = app/Info.plist;
|
817
|
820
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
818
|
821
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
819
|
|
- LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
|
|
822
|
+ LIBRARY_SEARCH_PATHS = (
|
|
823
|
+ "$(inherited)",
|
|
824
|
+ "$(SRCROOT)/../node_modules/react-native-webrtc/**",
|
|
825
|
+ );
|
820
|
826
|
OTHER_LDFLAGS = (
|
821
|
827
|
"$(inherited)",
|
822
|
828
|
"-ObjC",
|