Closed pablisco closed 3 years ago
https://youtrack.jetbrains.com/issue/KT-47333
This issue seems to suggest updating Kotlin to 1.5.31 with XCode 13. I've no idea if it will work or not as I don't own any Apple hardware and rely on the CI to run the iOS-specific tests. Generally this shouldn't block you from building the project locally, as you can explicitly exclude the iOS specific tasks when executing check (or comment out the iOS build target entirely).
Ok, that worked! Amazing 😅
Addressed in https://github.com/michaelbull/kotlin-result/pull/63
I've tried to run
gradlew check
locally but I'm encountering some odd issue that doesn't seem to happen on CI:https://scans.gradle.com/s/xz4bgfv3rbzty/console-log?task=:kotlin-result:linkDebugTestIosX64
Could there be something I'm missing? I've tried opening the iOS emulator as I saw people with a similar error had seemed to work. Although I think native here is not necessarily targeting iOS.