Closed mruth1022 closed 10 months ago
Hello @mruth1022, have you found a solution regarding this problem?
Hello @frett , after exploring the source code, I saw that most of the expect/actual implementation are not done for iosArm64Main, iosSimulatorArm64Main and iosX64Main. Maybe that could explain the problem. Do you have an implementation for these parts?
@mistralaix the support is now complete for all Native platforms.
Solved, as we now publish all Apple targets (thank you @lppedd )
Context
I'm using
antlr-kotlin
on a KMM project, targeting android and ios containers.Problem
The dependency on antlr-kotlin-runtime can no longer be resolved with an iOS target when using jitpack release version
6304d5c1c4
. This was working previously (yesterday, on 11/1/21), which leads me to believe the jitpack project (https://jitpack.io/#com.strumenta/antlr-kotlin) was updated and a regression was introduced. Coinciding with this theory, a new release version has been added to the jitpack project:ad1c6fe979
, which also doesn't work with an iOS target. Any other jitpack releases also fail due to this error or other errors.Resources
Here are the 2 error messages when trying to build the gradle project:
and
Here is my root
build.gradle.kts
:Next Steps
Please advise on what changed between 11/1/21 and 11/2/21 which may have caused this regression, and/or what actions we can take to again allow support for an iOS target, as this is blocking my progress toward a KMM library providing necessary functionality to my project.