question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues while using iOS runtime with v1.2.0-rc01

See original GitHub issue

I 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:

Screenshot 2022-10-10 at 18 57 40 Screenshot 2022-10-10 at 19 03 01

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:open
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
soywizcommented, Nov 28, 2022

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):

Screenshot 2022-11-28 at 13 50 59

1reaction
soywizcommented, Nov 13, 2022
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found