Kaynağa Gözat

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

Fixes compilation for the simulator
Felix Paul Kühne 12 yıl önce
ebeveyn
işleme
c9622b6e10
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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;