https://kotlinlang.org logo
Title
a

Ashu Tyagi

05/17/2023, 5:35 AM
Hi I'm following this tutorial "Make your Android application work on iOS – tutorial" When I'm trying to build the ios project in Xcode I'm getting the following error:
> Task :shared:linkDebugFrameworkIosSimulatorArm64 FAILED

Could not find "Project" in [/Users/ashutyagi/AndroidStudioProjects/myProject, /Users/ashutyagi/.konan/klib, /Users/ashutyagi/.konan/kotlin-native-prebuilt-macos-x86_64-1.8.21/klib/common, /Users/ashutyagi/.konan/kotlin-native-prebuilt-macos-x86_64-1.8.21/klib/platform/ios_simulator_arm64]
p

Pablichjenkov

05/17/2023, 3:59 PM
If the steps in the tutorial didn't work. Try using this template: https://github.com/JetBrains/compose-multiplatform-ios-android-template You may have an issue with your compose multiplatform setup
a

Ashu Tyagi

05/17/2023, 5:18 PM
I’m not using compose in my project.
p

Pablichjenkov

05/17/2023, 6:04 PM
Ah sorry I didn't notice that. Then, I would check one of the KMM projects in the open source community. There is plenty. It could be that the tutorial is not up to date.