|
30 | 30 | 1497CFB21B21F5E400C1F8F2 /* RCTSparseArrayTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1497CFAA1B21F5E400C1F8F2 /* RCTSparseArrayTests.m */; }; |
31 | 31 | 1497CFB31B21F5E400C1F8F2 /* RCTUIManagerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1497CFAB1B21F5E400C1F8F2 /* RCTUIManagerTests.m */; }; |
32 | 32 | 14AADF051AC3DBB1002390C9 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14AADF041AC3DB95002390C9 /* libReact.a */; }; |
| 33 | + 14B6DA821B276C5900BF4DD1 /* libRCTTest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58005BEE1ABA80530062E044 /* libRCTTest.a */; }; |
33 | 34 | 14D6D7111B220EB3001FB087 /* libOCMock.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14D6D7101B220EB3001FB087 /* libOCMock.a */; }; |
34 | 35 | 14D6D71E1B2222EF001FB087 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 147CED4B1AB34F8C00DA3E4C /* libRCTActionSheet.a */; }; |
35 | 36 | 14D6D71F1B2222EF001FB087 /* libRCTAdSupport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1344545A1AAFCAAE003F0779 /* libRCTAdSupport.a */; }; |
|
44 | 45 | 14D6D7281B2222EF001FB087 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDED91B0651EA00C62182 /* libRCTWebSocket.a */; }; |
45 | 46 | 14D6D7291B2222EF001FB087 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14AADF041AC3DB95002390C9 /* libReact.a */; }; |
46 | 47 | 14DC67F41AB71881001358AB /* libRCTPushNotification.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14DC67F11AB71876001358AB /* libRCTPushNotification.a */; }; |
47 | | - 58005BF21ABA80A60062E044 /* libRCTTest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58005BEE1ABA80530062E044 /* libRCTTest.a */; }; |
48 | 48 | 834C36EC1AF8DED70019C93C /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 834C36D21AF8DA610019C93C /* libRCTSettings.a */; }; |
49 | 49 | D85B829E1AB6D5D7003F4FE2 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D85B829C1AB6D5CE003F4FE2 /* libRCTVibration.a */; }; |
50 | 50 | /* End PBXBuildFile section */ |
|
229 | 229 | 1341802C1AA9178B003F314A /* libRCTNetwork.a in Frameworks */, |
230 | 230 | 14DC67F41AB71881001358AB /* libRCTPushNotification.a in Frameworks */, |
231 | 231 | 834C36EC1AF8DED70019C93C /* libRCTSettings.a in Frameworks */, |
232 | | - 58005BF21ABA80A60062E044 /* libRCTTest.a in Frameworks */, |
233 | 232 | 134180011AA9153C003F314A /* libRCTText.a in Frameworks */, |
234 | 233 | D85B829E1AB6D5D7003F4FE2 /* libRCTVibration.a in Frameworks */, |
235 | 234 | 139FDEDB1B0651FB00C62182 /* libRCTWebSocket.a in Frameworks */, |
|
240 | 239 | isa = PBXFrameworksBuildPhase; |
241 | 240 | buildActionMask = 2147483647; |
242 | 241 | files = ( |
| 242 | + 14B6DA821B276C5900BF4DD1 /* libRCTTest.a in Frameworks */, |
243 | 243 | ); |
244 | 244 | runOnlyForDeploymentPostprocessing = 0; |
245 | 245 | }; |
|
865 | 865 | "$(SRCROOT)/../../React/**", |
866 | 866 | ); |
867 | 867 | INFOPLIST_FILE = "$(SRCROOT)/UIExplorer/Info.plist"; |
868 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 868 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited)"; |
869 | 869 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
870 | 870 | OTHER_LDFLAGS = "-ObjC"; |
871 | 871 | PRODUCT_NAME = UIExplorer; |
|
883 | 883 | "$(SRCROOT)/../../React/**", |
884 | 884 | ); |
885 | 885 | INFOPLIST_FILE = "$(SRCROOT)/UIExplorer/Info.plist"; |
886 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 886 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited)"; |
887 | 887 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
888 | 888 | OTHER_LDFLAGS = "-ObjC"; |
889 | 889 | PRODUCT_NAME = UIExplorer; |
|
907 | 907 | INFOPLIST_FILE = UIExplorerIntegrationTests/Info.plist; |
908 | 908 | IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
909 | 909 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 910 | + OTHER_LDFLAGS = ( |
| 911 | + "$(inherited)", |
| 912 | + "-framework", |
| 913 | + XCTest, |
| 914 | + "-ObjC", |
| 915 | + ); |
910 | 916 | PRODUCT_NAME = "$(TARGET_NAME)"; |
911 | 917 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UIExplorer.app/UIExplorer"; |
912 | 918 | }; |
|
926 | 932 | INFOPLIST_FILE = UIExplorerIntegrationTests/Info.plist; |
927 | 933 | IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
928 | 934 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 935 | + OTHER_LDFLAGS = ( |
| 936 | + "$(inherited)", |
| 937 | + "-framework", |
| 938 | + XCTest, |
| 939 | + "-ObjC", |
| 940 | + ); |
929 | 941 | PRODUCT_NAME = "$(TARGET_NAME)"; |
930 | 942 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UIExplorer.app/UIExplorer"; |
931 | 943 | }; |
|
0 commit comments