Commit e96f6600 authored by Devon Carew's avatar Devon Carew

start the simulator with -arch x86_64

parent 7baa2e93
...@@ -522,7 +522,7 @@ Future<bool> _buildIOSXcodeProject(ApplicationPackage app, bool isDevice) async ...@@ -522,7 +522,7 @@ Future<bool> _buildIOSXcodeProject(ApplicationPackage app, bool isDevice) async
]; ];
if (!isDevice) { if (!isDevice) {
commands.addAll(<String>['-sdk', 'iphonesimulator']); commands.addAll(<String>['-sdk', 'iphonesimulator', '-arch', 'x86_64']);
} }
try { try {
......
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