Add x86_64 as the default iOS simulator arch
This commit is contained in:
@@ -42,7 +42,8 @@ class IOSHelper {
|
||||
if (project.targetFlags.exists ("simulator")) {
|
||||
|
||||
commands.push ("-arch");
|
||||
commands.push ("i386");
|
||||
//commands.push ("i386");
|
||||
commands.push ("x86_64");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -232,6 +232,7 @@ class IOSPlatform extends PlatformTarget {
|
||||
|
||||
context.CURRENT_ARCHS = "( " + valid_archs.join(",") + ") ";
|
||||
|
||||
valid_archs.push ("x86_64");
|
||||
valid_archs.push ("i386");
|
||||
|
||||
context.VALID_ARCHS = valid_archs.join(" ");
|
||||
|
||||
Reference in New Issue
Block a user