소스 검색

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 년 전
부모
커밋
583bce14ca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;
 			};