I added the sample for BottomNavigation & BottomNavigationItem) from https://www.composables.com/multiplatform to the tutorial "ComposeDemo" of Kotlin Multiplatform Compose (https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html)
I got an error in Android Studio when trying to run iosApp :
error: failed to read asset tags: Error Domain=NSCocoaErrorDomain Code=4 "The file “iosApp” doesn’t exist." UserInfo={NSFilePath=/Users/PhilB2012/ComposeDemo/iosApp} (in target 'iosApp' from project 'iosApp')
Who is able to help ?
m
Maulik Togadiya
03/08/2025, 3:22 AM
Hello @Philippe Baucher,
I am facing same problem. Do you remember solution?