Browse Source

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

Fixes compilation for the simulator
Felix Paul Kühne 12 years ago
parent
commit
c9622b6e10
1 changed files with 2 additions and 2 deletions
  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;