[iOS] Fix the Xcode project file for CocoaPods

This commit is contained in:
Lyubomir Marinov 2016-11-01 07:58:26 -05:00
parent e6748cf153
commit 456b3030e3
1 changed files with 8 additions and 2 deletions

View File

@ -784,7 +784,10 @@
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-webrtc/**",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -816,7 +819,10 @@
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../node_modules/react-native-webrtc/**",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",