Smorg
02/28/2025, 8:15 PM./amper build
, I get this error error:
iosApp.swift:2:8: error: no such module 'kotlin':ios-app:buildIosAppIosSimulatorArm64
import kotlin
^
Any ideas wha the issue might be and how to fix it?Fedor Ihnatkevich
02/28/2025, 10:13 PM./amper build
).
Please try to use examples from examples-standalone
directory.Smorg
02/28/2025, 11:49 PMiosSimulatorArm64
under product/platforms
in both shared
and ios-app
modules configurations and also change import kotlin
to import iosappKotlin
for it to build successfully.Smorg
02/28/2025, 11:51 PMfailed: Max boot await attempts exceeded for device:
when I try to run the app with ./amper run --module ios-app
. Any ideas how I could fix this? maybe there is a way to increase the max boot attempts?