pererikbergman
06/22/2024, 10:51 AMiosApp/iosApp/ContentView.swift:3:8: error: no such module 'ComposeApp'
import ComposeApp
^
Would love to hear your thoughts!florian.kistner
07/25/2024, 9:52 PMpererikbergman
07/26/2024, 12:51 AM{
"configurations": [
{
"name": "iosApp",
"type": "xcode-app",
"workingDir": "$PROJECT_DIR$",
"allowParallelRun": true,
"buildTarget": {
"project": "iosApp",
"target": "iosApp"
},
"configuration": "Debug"
}
]
}
It's easy to reproduce, setup a schema in XCode and then try to select it from Fleet, I have a public repository with this issue:
https://github.com/pererikbergman/multiplatform-flavors
Feel free to reach out to me in DM if needed.