-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash during the build for ios v1.0.0 #10
Comments
Hello, thanks for catching this error. I'll look into it later this week. In the meantime, could you please provide a more detailed error log? And if you downgrade to 1.0.0-beta01, does the error still occur? Maybe downgrading could be a temporary solution. |
I hope this helps: My config at org.jetbrains.kotlin.backend.konan.llvm.NativeCodeGeneratorException$Companion.wrap(IrToBitcode.kt:65)
FAILURE: Build failed with an exception.
|
Downgrade to 1.0.0-beta01 solves the problem. |
Found 2 similar issues JetBrains/compose-multiplatform#5010 |
I don't have x86_64 Mac, but |
I have this error when trying to build an app for ios:
Caused by: java.lang.IllegalStateException: FIELD name:dev_darkokoa_datetimewheelpicker_core_WheelPickerDefaults$stable type:kotlin.Int visibility:public [final,static]
The error occurs if I set 'selectorProperties'
My code:
Do you have any ideas for a fix?
The text was updated successfully, but these errors were encountered: