Egwau Godfrey
02/19/2025, 1:30 AMSkaldebane
02/19/2025, 1:32 AMSergey Aldoukhov
02/19/2025, 2:32 AM./amper run --module macos-cli
but how to run it from IntelliJ with Amper plugin?Egwau Godfrey
02/19/2025, 5:43 AMEgwau Godfrey
02/19/2025, 6:16 AMEgwau Godfrey
02/19/2025, 6:27 AMjoffrey
02/19/2025, 12:46 PMandroidx
imports are probably a red herring. A good part of Compose Multiplatform (real common code) still has this package, so don't worry about it, it's expected.joffrey
02/19/2025, 12:51 PM./amper run -m ios-app
on the compose-multiplatform
template project, and it started fine. Could you please confirm that this works for you?joffrey
02/19/2025, 1:00 PMxcodebuild -checkFirstLaunchStatus
should be empty, otherwise run xcodebuild -runFirstLaunch
.
And you can also make sure you have the iOS platform installed with xcodebuild -downloadPlatform iOS
for example.
Probably KDoctor should help hereEgwau Godfrey
02/19/2025, 1:25 PM