소스 검색

MobileVLCKit: 'i386' is a valid platform for this project

Fixes compilation for the simulator
Felix Paul Kühne 12 년 전
부모
커밋
c9622b6e10
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      MobileVLCKit.xcodeproj/project.pbxproj

+ 2 - 2
MobileVLCKit.xcodeproj/project.pbxproj

@@ -305,7 +305,7 @@
 				INSTALL_PATH = /usr/local/lib;
 				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
 				PRODUCT_NAME = MobileVLCKit;
-				VALID_ARCHS = armv7;
+				VALID_ARCHS = "armv7 i386";
 				VLC_SRC_DIR = "$(PROJECT_DIR)/../vlc";
 			};
 			name = Debug;
@@ -324,7 +324,7 @@
 				INSTALL_PATH = /usr/local/lib;
 				IPHONEOS_DEPLOYMENT_TARGET = 5.1;
 				PRODUCT_NAME = MobileVLCKit;
-				VALID_ARCHS = armv7;
+				VALID_ARCHS = "armv7 i386";
 				VLC_SRC_DIR = "$(PROJECT_DIR)/../vlc";
 			};
 			name = Release;