I have a compose multiplatform project for Android...
# multiplatform
y
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
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
Nice thought, but if I needed to accept a license to use clang compiler, GitHub actions wouldn't work for anyone on macos!
e
If you are deploying to the App Store, you can use Xcode cloud to compile for you.
y
Nope, because gradle is required to build the Kotlin, and XCode cloud machines don't have gradle