-
Notifications
You must be signed in to change notification settings - Fork 7
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
kotlin.native.internal.IrLinkageError #13
Comments
Are you trying to use the |
Yes I'm using the published version |
It looks like there's a problem the resources using I'll have to look into it. If you build/publish it locally I bet it would work if you are in a rush |
I'm also experiencing an issue on iOS:
I think it also has to do with |
yeah, you'll have to build/publish locally for now it looks like. I haven't had time to look into how to properly package the resources on native yet. Prs are welcome. |
I couldn't compile the project, not sure why. |
@Miggets7 thanks for the link, looks like it may help. I'll try and take a look this weekend. I started a kotlin 2.0 branch (js sample and tests are broken, so it's not fully ready yet)... but not sure if that would be more likely to build for you. |
I'm also experiencing |
I should just switch to compose resources... it's just annoying how it forces the inclusion of skia though even if you don't use compose ui |
I've tried to implement my own MetadataLoader but it has nothing to do with it, isn't it? The resources just aren't there. |
Does the ios sample on the 2.0 branch not run for you @cpienovi ? if you're on your own project you'll need to add this build script: |
This fixed the issue for me. |
Just an update. This fixed the issue but on for Simulator builds for some reason when loading on an actual device, I still encounter the same issue. 🤔 After experimenting for a while looks like you have to do both this. and also do this:
to make it work. |
I'm gonna try and port it over to compose resources soon I think. Just haven't had much free time lately |
I migrated over to compose resources. I think it should theoretically resolve most of these issues running the sample locally. Also, I published |
Checklist
Describe the bug
I'm getting this exception when trying to format a number, it's on IOS only though as it's working perfectly on Android.
This is the crash i'm getting on IOS.
Expected behavior
No Crash
The text was updated successfully, but these errors were encountered: