Skip to content

Commit 0aa9901

Browse files
fix: include remaining files
1 parent 35deba3 commit 0aa9901

File tree

2 files changed

+69
-60
lines changed

2 files changed

+69
-60
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
test-ios:
3939
needs: test-rn
4040
runs-on: macos-14
41+
env:
42+
RCT_NEW_ARCH_ENABLED: 0
4143

4244
steps:
4345
- uses: maxim-lobanov/setup-xcode@v1
@@ -74,6 +76,13 @@ jobs:
7476
bundle config set path 'vendor/bundle'
7577
bundle install --jobs 4 --retry 3
7678
79+
- name: Prepare environment
80+
working-directory: ./sample
81+
run: |
82+
export RCT_NEW_ARCH_ENABLED=0
83+
echo "RCT_NEW_ARCH_ENABLED=$RCT_NEW_ARCH_ENABLED"
84+
85+
7786
- name: Install pods (via bundler)
7887
working-directory: ./sample/ios
7988
run: |
@@ -92,10 +101,10 @@ jobs:
92101
xcodebuild \
93102
-workspace sample.xcworkspace \
94103
-scheme "sample" \
95-
-sdk iphonosimulator \
96-
-destination 'platform=iOS Simulator,OS=17.5,name=iPhone 15' \
97-
-only-testing:sampleTests \
98-
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
104+
-sdk iphonesimulator \
105+
-destination 'platform=iOS Simulator,OS=18.2,name=iPhone 16 Pro' \
106+
-only-testing:sampleTests \
107+
test | bundle exec xcpretty && exit ${PIPESTATUS[0]}
99108
100109
test-android:
101110
needs: test-rn

sample/ios/sample.xcodeproj/project.pbxproj

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
/* Begin PBXBuildFile section */
1010
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
11-
3F96111F0433F0A92C352F90 /* Pods_sampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C7AF18D07A47F423E52AAEB /* Pods_sampleTests.framework */; };
11+
420EA70000DF6814120DCB3A /* Pods_sample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C958AFA022AE4909BEF03FC /* Pods_sample.framework */; };
12+
569F02C2A1F24B07122911AD /* Pods_sampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D13CD22D95FB701EE4964D8 /* Pods_sampleTests.framework */; };
1213
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
1314
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
14-
CCC0A789688583EE36E242F3 /* Pods_sample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A603A9DD829F6B48B2571036 /* Pods_sample.framework */; };
1515
D3AD968898A2D5F12A3B498E /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
1616
/* End PBXBuildFile section */
1717

@@ -30,21 +30,23 @@
3030
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = sample/Images.xcassets; sourceTree = "<group>"; };
3131
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = sample/Info.plist; sourceTree = "<group>"; };
3232
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = sample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
33-
371D000DA956A729303D2928 /* Pods-sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sample.release.xcconfig"; path = "Target Support Files/Pods-sample/Pods-sample.release.xcconfig"; sourceTree = "<group>"; };
34-
5264B06EACB5CD8DE39E5F8E /* Pods-sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sample.debug.xcconfig"; path = "Target Support Files/Pods-sample/Pods-sample.debug.xcconfig"; sourceTree = "<group>"; };
33+
486618FCE55087C25EB9BF1D /* Pods-sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sample.debug.xcconfig"; path = "Target Support Files/Pods-sample/Pods-sample.debug.xcconfig"; sourceTree = "<group>"; };
34+
52ABC802CD11075CAC1D7A6E /* Pods-sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sample.release.xcconfig"; path = "Target Support Files/Pods-sample/Pods-sample.release.xcconfig"; sourceTree = "<group>"; };
35+
6C958AFA022AE4909BEF03FC /* Pods_sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3536
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = sample/AppDelegate.swift; sourceTree = "<group>"; };
36-
7A37BFB8308DFDE32BA7DD80 /* Pods-sampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleTests.release.xcconfig"; path = "Target Support Files/Pods-sampleTests/Pods-sampleTests.release.xcconfig"; sourceTree = "<group>"; };
37+
7D13CD22D95FB701EE4964D8 /* Pods_sampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
38+
8076FB5F87DB66D1F4A34A9E /* Pods-sampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleTests.release.xcconfig"; path = "Target Support Files/Pods-sampleTests/Pods-sampleTests.release.xcconfig"; sourceTree = "<group>"; };
3739
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = sample/LaunchScreen.storyboard; sourceTree = "<group>"; };
38-
9C7AF18D07A47F423E52AAEB /* Pods_sampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
39-
A603A9DD829F6B48B2571036 /* Pods_sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_sample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
40+
A546F94700107D7C6438301D /* Pods-sampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleTests.debug.xcconfig"; path = "Target Support Files/Pods-sampleTests/Pods-sampleTests.debug.xcconfig"; sourceTree = "<group>"; };
4041
B876D4792E95685D00879086 /* sampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = sampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
41-
DF2117459BB74FA9D6B0EE3A /* Pods-sampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sampleTests.debug.xcconfig"; path = "Target Support Files/Pods-sampleTests/Pods-sampleTests.debug.xcconfig"; sourceTree = "<group>"; };
4242
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
4343
/* End PBXFileReference section */
4444

4545
/* Begin PBXFileSystemSynchronizedRootGroup section */
4646
B876D47A2E95685D00879086 /* sampleTests */ = {
4747
isa = PBXFileSystemSynchronizedRootGroup;
48+
exceptions = (
49+
);
4850
path = sampleTests;
4951
sourceTree = "<group>";
5052
};
@@ -55,15 +57,15 @@
5557
isa = PBXFrameworksBuildPhase;
5658
buildActionMask = 2147483647;
5759
files = (
58-
CCC0A789688583EE36E242F3 /* Pods_sample.framework in Frameworks */,
60+
420EA70000DF6814120DCB3A /* Pods_sample.framework in Frameworks */,
5961
);
6062
runOnlyForDeploymentPostprocessing = 0;
6163
};
6264
B876D4762E95685D00879086 /* Frameworks */ = {
6365
isa = PBXFrameworksBuildPhase;
6466
buildActionMask = 2147483647;
6567
files = (
66-
3F96111F0433F0A92C352F90 /* Pods_sampleTests.framework in Frameworks */,
68+
569F02C2A1F24B07122911AD /* Pods_sampleTests.framework in Frameworks */,
6769
);
6870
runOnlyForDeploymentPostprocessing = 0;
6971
};
@@ -86,8 +88,8 @@
8688
isa = PBXGroup;
8789
children = (
8890
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
89-
A603A9DD829F6B48B2571036 /* Pods_sample.framework */,
90-
9C7AF18D07A47F423E52AAEB /* Pods_sampleTests.framework */,
91+
6C958AFA022AE4909BEF03FC /* Pods_sample.framework */,
92+
7D13CD22D95FB701EE4964D8 /* Pods_sampleTests.framework */,
9193
);
9294
name = Frameworks;
9395
sourceTree = "<group>";
@@ -126,10 +128,10 @@
126128
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
127129
isa = PBXGroup;
128130
children = (
129-
5264B06EACB5CD8DE39E5F8E /* Pods-sample.debug.xcconfig */,
130-
371D000DA956A729303D2928 /* Pods-sample.release.xcconfig */,
131-
DF2117459BB74FA9D6B0EE3A /* Pods-sampleTests.debug.xcconfig */,
132-
7A37BFB8308DFDE32BA7DD80 /* Pods-sampleTests.release.xcconfig */,
131+
486618FCE55087C25EB9BF1D /* Pods-sample.debug.xcconfig */,
132+
52ABC802CD11075CAC1D7A6E /* Pods-sample.release.xcconfig */,
133+
A546F94700107D7C6438301D /* Pods-sampleTests.debug.xcconfig */,
134+
8076FB5F87DB66D1F4A34A9E /* Pods-sampleTests.release.xcconfig */,
133135
);
134136
path = Pods;
135137
sourceTree = "<group>";
@@ -141,13 +143,13 @@
141143
isa = PBXNativeTarget;
142144
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "sample" */;
143145
buildPhases = (
144-
EA02D4ADE3E0D453D335FE5F /* [CP] Check Pods Manifest.lock */,
146+
727EEDF2529691ED37080D91 /* [CP] Check Pods Manifest.lock */,
145147
13B07F871A680F5B00A75B9A /* Sources */,
146148
13B07F8C1A680F5B00A75B9A /* Frameworks */,
147149
13B07F8E1A680F5B00A75B9A /* Resources */,
148150
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
149-
0C9C58F1369A8DD0069660E4 /* [CP] Embed Pods Frameworks */,
150-
79E96D9A59ABEEE35F07DFE0 /* [CP] Copy Pods Resources */,
151+
2A24A4A7E53AFC60391A3AE0 /* [CP] Embed Pods Frameworks */,
152+
D7CCE2092F41415D438D02A1 /* [CP] Copy Pods Resources */,
151153
);
152154
buildRules = (
153155
);
@@ -162,7 +164,7 @@
162164
isa = PBXNativeTarget;
163165
buildConfigurationList = B876D4812E95685D00879086 /* Build configuration list for PBXNativeTarget "sampleTests" */;
164166
buildPhases = (
165-
049004BE5B4531E03A27D676 /* [CP] Check Pods Manifest.lock */,
167+
9F4985D31B26071FF9EFD1AB /* [CP] Check Pods Manifest.lock */,
166168
B876D4752E95685D00879086 /* Sources */,
167169
B876D4762E95685D00879086 /* Frameworks */,
168170
B876D4772E95685D00879086 /* Resources */,
@@ -254,90 +256,82 @@
254256
shellPath = /bin/sh;
255257
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
256258
};
257-
049004BE5B4531E03A27D676 /* [CP] Check Pods Manifest.lock */ = {
259+
2A24A4A7E53AFC60391A3AE0 /* [CP] Embed Pods Frameworks */ = {
258260
isa = PBXShellScriptBuildPhase;
259261
buildActionMask = 2147483647;
260262
files = (
261263
);
262264
inputFileListPaths = (
265+
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
263266
);
264-
inputPaths = (
265-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
266-
"${PODS_ROOT}/Manifest.lock",
267-
);
268-
name = "[CP] Check Pods Manifest.lock";
267+
name = "[CP] Embed Pods Frameworks";
269268
outputFileListPaths = (
270-
);
271-
outputPaths = (
272-
"$(DERIVED_FILE_DIR)/Pods-sampleTests-checkManifestLockResult.txt",
269+
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
273270
);
274271
runOnlyForDeploymentPostprocessing = 0;
275272
shellPath = /bin/sh;
276-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
273+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks.sh\"\n";
277274
showEnvVarsInLog = 0;
278275
};
279-
0C9C58F1369A8DD0069660E4 /* [CP] Embed Pods Frameworks */ = {
276+
727EEDF2529691ED37080D91 /* [CP] Check Pods Manifest.lock */ = {
280277
isa = PBXShellScriptBuildPhase;
281278
buildActionMask = 2147483647;
282279
files = (
283280
);
284281
inputFileListPaths = (
285-
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
286282
);
287283
inputPaths = (
284+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
285+
"${PODS_ROOT}/Manifest.lock",
288286
);
289-
name = "[CP] Embed Pods Frameworks";
287+
name = "[CP] Check Pods Manifest.lock";
290288
outputFileListPaths = (
291-
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
292289
);
293290
outputPaths = (
291+
"$(DERIVED_FILE_DIR)/Pods-sample-checkManifestLockResult.txt",
294292
);
295293
runOnlyForDeploymentPostprocessing = 0;
296294
shellPath = /bin/sh;
297-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-frameworks.sh\"\n";
295+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
298296
showEnvVarsInLog = 0;
299297
};
300-
79E96D9A59ABEEE35F07DFE0 /* [CP] Copy Pods Resources */ = {
298+
9F4985D31B26071FF9EFD1AB /* [CP] Check Pods Manifest.lock */ = {
301299
isa = PBXShellScriptBuildPhase;
302300
buildActionMask = 2147483647;
303301
files = (
304302
);
305303
inputFileListPaths = (
306-
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources-${CONFIGURATION}-input-files.xcfilelist",
307304
);
308305
inputPaths = (
306+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
307+
"${PODS_ROOT}/Manifest.lock",
309308
);
310-
name = "[CP] Copy Pods Resources";
309+
name = "[CP] Check Pods Manifest.lock";
311310
outputFileListPaths = (
312-
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources-${CONFIGURATION}-output-files.xcfilelist",
313311
);
314312
outputPaths = (
313+
"$(DERIVED_FILE_DIR)/Pods-sampleTests-checkManifestLockResult.txt",
315314
);
316315
runOnlyForDeploymentPostprocessing = 0;
317316
shellPath = /bin/sh;
318-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources.sh\"\n";
317+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
319318
showEnvVarsInLog = 0;
320319
};
321-
EA02D4ADE3E0D453D335FE5F /* [CP] Check Pods Manifest.lock */ = {
320+
D7CCE2092F41415D438D02A1 /* [CP] Copy Pods Resources */ = {
322321
isa = PBXShellScriptBuildPhase;
323322
buildActionMask = 2147483647;
324323
files = (
325324
);
326325
inputFileListPaths = (
326+
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources-${CONFIGURATION}-input-files.xcfilelist",
327327
);
328-
inputPaths = (
329-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
330-
"${PODS_ROOT}/Manifest.lock",
331-
);
332-
name = "[CP] Check Pods Manifest.lock";
328+
name = "[CP] Copy Pods Resources";
333329
outputFileListPaths = (
334-
);
335-
outputPaths = (
336-
"$(DERIVED_FILE_DIR)/Pods-sample-checkManifestLockResult.txt",
330+
"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources-${CONFIGURATION}-output-files.xcfilelist",
337331
);
338332
runOnlyForDeploymentPostprocessing = 0;
339333
shellPath = /bin/sh;
340-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
334+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-sample/Pods-sample-resources.sh\"\n";
341335
showEnvVarsInLog = 0;
342336
};
343337
/* End PBXShellScriptBuildPhase section */
@@ -371,7 +365,7 @@
371365
/* Begin XCBuildConfiguration section */
372366
13B07F941A680F5B00A75B9A /* Debug */ = {
373367
isa = XCBuildConfiguration;
374-
baseConfigurationReference = 5264B06EACB5CD8DE39E5F8E /* Pods-sample.debug.xcconfig */;
368+
baseConfigurationReference = 486618FCE55087C25EB9BF1D /* Pods-sample.debug.xcconfig */;
375369
buildSettings = {
376370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
377371
CLANG_ENABLE_MODULES = YES;
@@ -399,7 +393,7 @@
399393
};
400394
13B07F951A680F5B00A75B9A /* Release */ = {
401395
isa = XCBuildConfiguration;
402-
baseConfigurationReference = 371D000DA956A729303D2928 /* Pods-sample.release.xcconfig */;
396+
baseConfigurationReference = 52ABC802CD11075CAC1D7A6E /* Pods-sample.release.xcconfig */;
403397
buildSettings = {
404398
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
405399
CLANG_ENABLE_MODULES = YES;
@@ -512,7 +506,10 @@
512506
"-DFOLLY_CFG_NO_COROUTINES=1",
513507
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
514508
);
515-
OTHER_LDFLAGS = "$(inherited) ";
509+
OTHER_LDFLAGS = (
510+
"$(inherited)",
511+
" ",
512+
);
516513
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
517514
SDKROOT = iphoneos;
518515
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -596,7 +593,10 @@
596593
"-DFOLLY_CFG_NO_COROUTINES=1",
597594
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
598595
);
599-
OTHER_LDFLAGS = "$(inherited) ";
596+
OTHER_LDFLAGS = (
597+
"$(inherited)",
598+
" ",
599+
);
600600
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
601601
SDKROOT = iphoneos;
602602
USE_HERMES = true;
@@ -606,7 +606,7 @@
606606
};
607607
B876D47F2E95685D00879086 /* Debug */ = {
608608
isa = XCBuildConfiguration;
609-
baseConfigurationReference = DF2117459BB74FA9D6B0EE3A /* Pods-sampleTests.debug.xcconfig */;
609+
baseConfigurationReference = A546F94700107D7C6438301D /* Pods-sampleTests.debug.xcconfig */;
610610
buildSettings = {
611611
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
612612
BUNDLE_LOADER = "$(TEST_HOST)";
@@ -644,7 +644,7 @@
644644
};
645645
B876D4802E95685D00879086 /* Release */ = {
646646
isa = XCBuildConfiguration;
647-
baseConfigurationReference = 7A37BFB8308DFDE32BA7DD80 /* Pods-sampleTests.release.xcconfig */;
647+
baseConfigurationReference = 8076FB5F87DB66D1F4A34A9E /* Pods-sampleTests.release.xcconfig */;
648648
buildSettings = {
649649
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
650650
BUNDLE_LOADER = "$(TEST_HOST)";

0 commit comments

Comments
 (0)