I couldn't find any mention of the following in th...
# multiplatform
o
I couldn't find any mention of the following in this channel's history, so here's my question kdoctor reports everything green Fresh clone of this template https://github.com/JetBrains/compose-multiplatform-template iOSApp target is there, and I can attempt to Run it but I get this error every time
warning: Run script build phase 'Compile Kotlin' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'iosApp' from project 'iosApp')
I understood that XCode added a new phase to the build process and this is somehow related to that, anyone seeing this or solved it yet? Thanks!
a
You can uncheck
Based on dependency analysis
toggle in the script phase
o
Yes I read that but shy to say I have no idea where to reach this :D
aha, it's in XCode > iOSApp target > Build phases
👌 1