Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

Updates CI Configs #139

Closed CalebKL closed 4 weeks ago

CalebKL commented 1 month ago

This PR adds CI configs for the Android and Ios Build.

The android build works as expected and here is a test confirmation However there seems to be an issue with the IOS Build: After a couple of attempts here, the CI keeps failing because we built this with Xcode 16.1 and I am running ios 18.1. The only runner that can build our iosApp would be macos 14.5 but for some reason the CI build cannot start, check this. I also found a similar replication from someone else with my problem here

But from the discussion posted above, the build is not running and I am only assuming its because of a problem from apple