瀏覽代碼

[iOS] Fix the Xcode project file for CocoaPods

j8
Lyubomir Marinov 9 年之前
父節點
當前提交
456b3030e3
共有 1 個檔案被更改,包括 8 行新增2 行删除
  1. 8
    2
      ios/jitsi-meet-react.xcodeproj/project.pbxproj

+ 8
- 2
ios/jitsi-meet-react.xcodeproj/project.pbxproj 查看文件

784
 				INFOPLIST_FILE = app/Info.plist;
784
 				INFOPLIST_FILE = app/Info.plist;
785
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
785
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
786
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
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
 				OTHER_LDFLAGS = (
791
 				OTHER_LDFLAGS = (
789
 					"$(inherited)",
792
 					"$(inherited)",
790
 					"-ObjC",
793
 					"-ObjC",
816
 				INFOPLIST_FILE = app/Info.plist;
819
 				INFOPLIST_FILE = app/Info.plist;
817
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
820
 				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
818
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
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
 				OTHER_LDFLAGS = (
826
 				OTHER_LDFLAGS = (
821
 					"$(inherited)",
827
 					"$(inherited)",
822
 					"-ObjC",
828
 					"-ObjC",

Loading…
取消
儲存