From 62434643fe81c9af65a83a9722edce4bc7579b6f Mon Sep 17 00:00:00 2001 From: Maciej Procyk Date: Thu, 28 Sep 2023 22:23:55 +0200 Subject: [PATCH] clean Xcode warning 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 --- iosApp/iosApp.xcodeproj/project.pbxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iosApp/iosApp.xcodeproj/project.pbxproj b/iosApp/iosApp.xcodeproj/project.pbxproj index 33346d7..981d470 100644 --- a/iosApp/iosApp.xcodeproj/project.pbxproj +++ b/iosApp/iosApp.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 50; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -156,6 +156,7 @@ /* Begin PBXShellScriptBuildPhase section */ 05D91A922A5F233C00F138EB /* Compile Kotlin */ = { isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( );