79286084

Date: 2024-12-16 21:14:35
Score: 1
Natty:
Report link

Finally I found an answer. It is simple, but not mentioned anywhere...

Just open xcode project file in any editor and instead

shellScript = "cd \"$SRCROOT/..\"\n./gradlew :composeApp:embedAndSignAppleFrameworkForXcode\n";

put

shellScript = "";

You can do the same via xcode UI, but it is much quicker to do it this way.

This script is a leftover existing there due to direct integration (that is in all samples by default): https://kotlinlang.org/docs/multiplatform-direct-integration.html

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ilia Petukhov