Tadeas Kriz
Tadeas Kriz
Hi, we're not waiting for 2.1.21, we're working on it when we can, but the issue we found is complicated so we're doing our best to find the solution and...
`0.10.2-preview.2.1.20` should be available in Maven Central (perhaps might take some time to replicate). Please let me know in this thread whether you're seeing issues with the release. There's still...
AFAIK they should be releasing a 2.1.21 with that fix, which will hopefully directly work with the SKIE preview and I hope we'll have a full release out soon too.
@FelixNievelstein In the meantime try putting `skie.kgpVersion=2.1.20` into your `gradle.properties`. It should override the version resolution.
I think the problem is that `xcode-kotlin` can't find the UUID for your Xcode. @KevinSchildhorn what does the `xcode-kotlin info` show you?
Hi, could you also share the code of SwiftCallback class?
Thanks for the report, seems like Objective-C types don't render correctly. I'll take a look next week.
Seems like SKIE's having trouble figuring out you're building an XCFramework. How do you have your XCFramework configured? You should use `produceDistributableFramework()` configuration (https://skie.touchlab.co/configuration/swift-compiler#building-distributable-frameworks).
Hey @bijancronin, could you try to create a reproducer you could share? I wasn't able to reproduce this issue previously.