瀏覽代碼

skip install set to NO might result in not being able to build submittable app archives

Carola Nitz 10 年之前
父節點
當前提交
fbaf10813e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      MobileVLCKit.xcodeproj/project.pbxproj

+ 2 - 0
MobileVLCKit.xcodeproj/project.pbxproj

@@ -349,6 +349,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
 				OTHER_LDFLAGS = "-ObjC";
 				SDKROOT = iphoneos;
+				SKIP_INSTALL = YES;
 			};
 			name = Debug;
 		};
@@ -362,6 +363,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
 				OTHER_LDFLAGS = "-ObjC";
 				SDKROOT = iphoneos;
+				SKIP_INSTALL = YES;
 			};
 			name = Release;
 		};