buszi0809
11/06/2024, 9:46 PMmodule.yaml
populating it with what I wish, and then a warning appears that something is missing and it does all the magic for me
I've created a module for iOS app, then an option appears to "Generate a sample iOS application" and I'm using it, the "play" button appears at the beginning of the yaml file, I'm using it to build the app, and unfortunately the build fails
the message itself doesn't say anything meaningful, but when I dig into the build logs it says "no such module 'kotlin'", in the generated file iosApp.swift
there is a line import kotlin
and it seems that it doesn't recognize it, what should I do?buszi0809
11/06/2024, 9:47 PMimport iosAppKotlin
and it does not workbuszi0809
11/06/2024, 10:02 PMbuszi0809
11/06/2024, 10:03 PMzsmb
11/06/2024, 10:08 PM./amper run -m jvm-app
(as well as launching from IntelliJ IDEA).zsmb
11/06/2024, 10:30 PMiosApp
, I can get that to compile with import iosAppKotlin
in the Swift file (though it's marked as not found while editing it).
Created an issue here: https://youtrack.jetbrains.com/issue/AMPER-3833/Issues-when-working-with-iOS-app-modulezsmb
11/06/2024, 10:32 PMbuszi0809
11/07/2024, 5:02 AMios-app
and when changed to iosApp
and changed the import to import iosAppKotlin
it worked and actually deployed it to the simulator, weirdjoffrey
11/07/2024, 3:11 PMThe JVM app not launching is a Fleet 1.42 issue, it will be fixed in the next versionFTR, a bugfix version will be released for Fleet 1.42 soon, and it will contain the fix for this
zsmb
11/13/2024, 12:56 PM