Parcourir la source

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

Fixes compilation for the simulator
Felix Paul Kühne il y a 12 ans
Parent
commit
c9622b6e10
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;