Commit 3772d7c2 authored by 李震's avatar 李震

去掉arm64支持

parent 726508d7
......@@ -491,6 +491,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64e armv7 armv7s";
};
name = Debug;
};
......@@ -524,6 +525,7 @@
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64e armv7 armv7s";
};
name = Release;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment