Diary

Diary

日々学んだことをアウトプットする場として初めてみました

2023-04-01から1ヶ月間の記事一覧

Jetpack Compose: coil の AsyncImage が正常に clip されない?

coil.compose.AsyncImage を使っている時に、正常に形が clip されない?と勘違いしてしまったことがありました。 (Image も同様でした。) 結論からいうと、AsyncImage, Image などの clip したい要素を、そのさらに外から fullScreen などの Column 等で…

ついに Compose Multiplatform に iOS がきたぞ!

Compose for iOS は KotlinConf23 で発表されました(2023/04/19 現在 α 版)。 KMM において UI コードを共通化する大本命でもあるため注目度は高かったと思いますが、今回ついに公式から説明があったため触ってみました!。 [目次] 触ってみる 前提条件 実…

CoreSimulator.framework was changed while the process was running.

kmm のセットアップ時、iOS をビルドしようとしたらタイトルのエラーが発生しました。 CoreSimulator.framework was changed while the process was running. This is not a supported configuration and can occur if Xcode.app was updated while the proc…

kdoctor: Xcode requires to perform the First Launch tasks

kmm のセットアップ時、kdoctor を叩いたらタイトルのエラーが発生しました。 ❯ kdoctor Environment diagnose (to see all details, use -v option): ─╯ [✓] Operation System [✓] Java [✓] Android Studio [✖] Xcode ✖ Xcode requires to perform the Firs…