I have a compose multiplatform project for Android & iOS. Gradle can build the android version and also build the shared framework for iOS. Gradle can do this locally and also on github's "actions" hosts.
The iOS version can be built locally in xcode and from the command-line with xcodebuild; however, github's macos actions servers hang on the clang -x call. And when I say hang, I mean for hours, whereas the local build on my i5 takes minutes.
Has anyone else experienced this problem with github's servers?
a
Alex Styl
04/28/2024, 8:13 PM
havent done what you are describing but i would check if there is some sort of license you need to accept on github actions before building.
y
YourOldNemesis
04/28/2024, 8:38 PM
Nice thought, but if I needed to accept a license to use clang compiler, GitHub actions wouldn't work for anyone on macos!
e
Eoin Conroy
04/30/2024, 11:16 AM
If you are deploying to the App Store, you can use Xcode cloud to compile for you.
y
YourOldNemesis
07/16/2024, 10:59 PM
Nope, because gradle is required to build the Kotlin, and XCode cloud machines don't have gradle