Skip to content

Commit 627bb6d

Browse files
committed
x86_64 support added
1 parent b02ed47 commit 627bb6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/services/ios-project-service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,9 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
293293
} else {
294294
args = basicArgs.concat([
295295
"-sdk", "iphonesimulator",
296-
"-arch", "x86_64",
296+
"ARCHS=i386 x86_64",
297297
"VALID_ARCHS=i386 x86_64",
298+
"ONLY_ACTIVE_ARCH=NO",
298299
"CONFIGURATION_BUILD_DIR=" + path.join(projectRoot, "build", "emulator"),
299300
"CODE_SIGN_IDENTITY="
300301
]);

0 commit comments

Comments
 (0)