Skip to content

Commit a8a4cb3

Browse files
authored
fix(apple): address script build phase warning in Xcode 14 (#1116)
Addresses the "Run script build phase 'Validate Manifest' will be run during every build..." warning in Xcode 14.
1 parent 21074c3 commit a8a4cb3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ios/ReactTestApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
/* Begin PBXShellScriptBuildPhase section */
304304
1936CB1C2768EC280085FD98 /* Validate Manifest */ = {
305305
isa = PBXShellScriptBuildPhase;
306+
alwaysOutOfDate = 1;
306307
buildActionMask = 2147483647;
307308
files = (
308309
);

macos/ReactTestApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
/* Begin PBXShellScriptBuildPhase section */
293293
19E2AE7C27693278007B06CA /* Validate Manifest */ = {
294294
isa = PBXShellScriptBuildPhase;
295+
alwaysOutOfDate = 1;
295296
buildActionMask = 2147483647;
296297
files = (
297298
);

0 commit comments

Comments
 (0)