Issues while using iOS runtime with v1.2.0-rc01
See original GitHub issueI have PR that is trying to integrate compose runtime with KorGE here: https://github.com/korlibs/korge/pull/485
It works on JS, JVM, Android and K/N desktop. But fails on iOS with a strange error. I have tried 1.2.0-rc01 with Kotlin 1.7.10, and the same version with Kotlin 1.7.20 and disabling JS to get it working. In both cases it fails, but with different errors:
To try this:
With kotlin 1.7.10 & JS enabled:
git clone https://github.com/korlibs/korge.git
cd korge
git checkout a86ef85a2fa2d19d68b6d0e8c37d9991b226b922 # branch feature/compose
./gradlew :korge-sandbox:runIosDeviceDebug
With kotlin 1.7.20 & JS disabled:
git clone https://github.com/korlibs/korge.git
cd korge
git checkout d2af1f0725201d5ffbd3ecc744113afe8e89eaba # branch feature/compose.js.disabled
./gradlew :korge-sandbox:runIosDeviceDebug
It is possible to try other targets:
./gradlew :korge-sandbox:runJvm
./gradlew :korge-sandbox:runJs
./gradlew :korge-sandbox:runNativeDebug
Issue Analytics
- State:
- Created a year ago
- Comments:9
Top Results From Across the Web
Unable to link downstream project consuming Kotlin/Native ...
Task :molecule-runtime:linkDebugTestIosSimulatorArm64 FAILED e: Compilation failed: Failed to compute the detailed error message.
Read more >@available(iOS 15.0, *) causes run… | Apple Developer Forums
The following app builds, but causes a runtime crash when trying to execute on an iOS 14.7 device. Using Xcode 13b5, macOS Monterey...
Read more >Maps SDK for iOS release notes - Google Developers
Fixed an issue in the OpenGL renderer where marker images were drawn slightly smaller than intended. Known issues. Texture stamp images can appear...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @dima-avdeev-jb , I have tried to build 1.7.10 locally, and now I get the first error (one local declaration instead of remember):
@dima-avdeev-jb same issue:
Check this PR: https://github.com/korlibs/korge-compose/pull/2