-
Notifications
You must be signed in to change notification settings - Fork 1
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
📱 iosSimulatorArm64 target missing #4
Comments
Hi @thipokch, Thank you for reaching out! It's weird because 1.3.0 was published for the iosSimulatorArm64 target. I'm going to dig into what's going on. |
I've just released v1.3.1 with a possible fix. When it becomes available, could you please check whether it works now or not? |
Unfortunately, it's not working. I've added the library to a bare KMP project in Android Studio. Here's the repo: https://github.com/thipokch/SemVerDemo |
Thanks for the info and the repo! I'm going to check it. |
Oops, the closing was accidental, sry. I published a new release again |
@z4kn4fein It's still not working. |
For now I work around with this code from Todo app example.
|
Could you please send me the error? Is it the same? It was working for me on the bare KMP project you sent. |
@z4kn4fein My bad... it's working for iosSimulatorArm64 now! 🎉. Although, it's not working for Js with IR target. Here's the stack:
|
Thanks for the library! |
FYI, here's the targets for my other project.
|
Ahh, I can't believe I forgot to put IR back, sry, let me fix this quick. |
|
@z4kn4fein It's working now 🎉 |
Thanks for the amazing library!
It seems that iosSimulatorArm64 is missing from the target. I'd love to drop a pull request, but I'm not quite sure how to add iosSimulatorArm64 to the Gradle build file.
Here's the exception:
The text was updated successfully, but these errors were encountered: