huanshankeji / compose-multiplatform-material

Unified Compose Multiplatform common extensions and Material wrappers for `androidx.compose` and Compose HTML
Apache License 2.0
16 stars 0 forks source link

The demo project fails to build for iOS in Xcode? #27

Closed ShreckYe closed 2 months ago

ShreckYe commented 3 months ago

In the "dev-dependent-on-snapshots" branch the demo seems to fail to build on iOS in Xcode.

ShreckYe commented 3 months ago
Undefined symbol: _OBJC_CLASS_$_UITextLoupeSession
ShreckYe commented 3 months ago

The same issue occurs in the "main" branch. This needs to be investigated furthur.

ShreckYe commented 3 months ago

The same issue occurs with a new project generated with the Kotlin Multiplatform Wizard. This may be an issue with my own macOS and Xcode version.

ShreckYe commented 2 months ago

It builds successfully now on a Mac with an M1 chip and 16GB RAM. So it is probably due to either the toolchain versions or not enough memory on the old Mac.