Hey guys, has anyone solved the `No such module 'C...
# multiplatform
l
Hey guys, has anyone solved the
No such module 'ComposeApp'
error in XCode? The project compiles successfully, but it still shows me the error. XCode 16.2, Kotlin 2.1.10, Android Studio 2024.2.2 and the project is saved as xcproject
p
Is your umbrella framework named ComposeApp or you change the module name? Did you check the build script in Xcode that invokes the Gradle build task, has the proper name? Or perhaps the Xcode settings "Search Framework Paths" or "Other Linker Flags" If all that is ok, then check the Xcode has permission to access that directory. Maybe is protected directory or encrypted, this type of things
l
Yeah the framework is named like that, the search framework paths are correct. As I said, the project compiles and runs, the issue is XCode shows the error where it isn't therefore it's a false positive
p
Oh I got you now. Ok