graalvm-mobile

https://github.com/phronmophobic/mobiletest
raspasov 2021-06-30T09:42:09.206200Z

Did you guys figure out the compilation getting stuck problem?

raspasov 2021-06-30T09:42:36.206700Z

(I can try it again if needed)

borkdude 2021-06-30T10:01:50.206900Z

@raspasov yes, it's figured out now

borkdude 2021-06-30T10:01:58.207100Z

I think

borkdude 2021-06-30T10:02:46.207700Z

The solution is to not use --initialize-at-build-time globally but only feeding the clojure package names to it

1
raspasov 2021-06-30T10:03:15.208100Z

Ok cool 🙂

raspasov 2021-06-30T10:04:52.209600Z

@borkdude I saw you were having some issues with Xcode; lmk if I can help with anything… Usually being on the latest XCode + iOS + MacOS is kind of a must; At least XCode + iOS. Apple doesn’t make it easy in other cases. For example, if you bump your iOS but your XCode is behind, that usually 100% doesn’t work.

borkdude 2021-06-30T10:05:19.210200Z

yeah, I should probably first upgrade my os...

raspasov 2021-06-30T10:05:37.210600Z

Can you even get the latest XCode on your OS?

raspasov 2021-06-30T10:05:51.211Z

The OS might not be the biggest show stopper, as long as you can get latest XCode.

raspasov 2021-06-30T10:06:20.211700Z

But I am usually on the latest OS (or not more than a few weeks/month out of date), so I might be wrong

borkdude 2021-06-30T10:13:44.212100Z

I have 11.2.1

borkdude 2021-06-30T10:14:21.212400Z

it says I need macOS 11 or later, I have 10

borkdude 2021-06-30T10:14:32.212700Z

I'll do this some time in the future

1👍