Browse Source

Fix visionOS Target Build Settings (#3788)

### Goals :soccer:
The build settings "Skip Install" is missing in visionOS target, which
cloud cause the archive invalid when a project linked to the visionOS
framework.

### Implementation Details :construction:
Set the "Skip Install" in visionOS target to YES

### Testing Details :mag:
No Test change.
Sai 2 years ago
parent
commit
583bce14ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Alamofire.xcodeproj/project.pbxproj

+ 2 - 0
Alamofire.xcodeproj/project.pbxproj

@@ -2218,6 +2218,7 @@
 					"@loader_path/Frameworks",
 				);
 				SDKROOT = xros;
+				SKIP_INSTALL = YES;
 				SUPPORTED_PLATFORMS = "xros xrsimulator";
 				TARGETED_DEVICE_FAMILY = 7;
 			};
@@ -2236,6 +2237,7 @@
 					"@loader_path/Frameworks",
 				);
 				SDKROOT = xros;
+				SKIP_INSTALL = YES;
 				SUPPORTED_PLATFORMS = "xros xrsimulator";
 				TARGETED_DEVICE_FAMILY = 7;
 			};