From 134975b8bae6d272135e43ee104c1f77336b87bd Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Tue, 22 Jan 2019 16:02:30 -0600 Subject: [PATCH] Fix instructions in core/build.gradle --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 78de2790b..03869821b 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -50,7 +50,7 @@ kotlin { // Replace the target above with the following to produce a framework // which can be installed on a real iPhone. - // fromPreset(presets.iosX64, 'iOS') { + // fromPreset(presets.iosArm64, 'iOS') { // compilations.main.outputKinds('FRAMEWORK') // } }