Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Clean Xcode warning #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

avan1235
Copy link
Member

Previous configuration produces the 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., so the solution was to uncheck the proper box in Xcode UI.

The warning is visible on the presented screenshot and was visible in Report navigator tab in Xcode.
Screenshot 2023-09-28 at 22 14 40

Previous configuration produces the 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.`, so the solution was to uncheck the proper box in Xcode UI
@SebastianAigner
Copy link
Member

It's obviously a good idea to get rid of warnings, but I'm wondering whether essentially suppressing them is the desired way to go. Question to the team: Are there any technical limitations preventing us from correctly specifying the outputs for the "Compile Kotlin" build phase?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants