Skip to content

Commit 4fd84cc

Browse files
authored
Build shared module on every Xcode build (#60)
This resolves an Xcode build warning: Run script build phase 'Compile Kotlin Multiplatform' will be run during every build because it does not specify any outputs. To address this issue, 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.
1 parent 7f4692b commit 4fd84cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fruitties/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -163,6 +163,7 @@
163163
/* Begin PBXShellScriptBuildPhase section */
164164
7555FFB5242A651A00829871 /* Compile Kotlin Multiplatform */ = {
165165
isa = PBXShellScriptBuildPhase;
166+
alwaysOutOfDate = 1;
166167
buildActionMask = 2147483647;
167168
files = (
168169
);

0 commit comments

Comments
 (0)