romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
745 stars 21 forks source link

Unable to open :( #3

Closed theapache64 closed 1 year ago

theapache64 commented 1 year ago

image

romainguy commented 1 year ago

Did you try to do right click on the .app then Open?

theapache64 commented 1 year ago

@romainguy Yes. Is the dmg signed and notarized ? -> https://github.com/JetBrains/compose-multiplatform/blob/ef04feee54f1d757114f0811c59052447c584767/tutorials/Signing_and_notarization_on_macOS/README.md

romainguy commented 1 year ago

No it's not and I won't do this unfortunately.

theapache64 commented 1 year ago

@romainguy Understood, but I think then there's no point sharing a dmg file. Can you please share the jar file? That shouldn't have this issue.

Note: The dmg might be working in your system because its generated from the same system

romainguy commented 1 year ago

It can be opened, you first need to right click > Open then confirm again by clicking Open in the dialog. But like mentioned in the README file you need to first make sure you have set ANDROID_HOME and KOTLIN_HOME. I just double-checked on a different computer where I never compiled/ran the app and it works just fine with the latest macOS. Alternatively you can run KOTLIN_HOME=/opt/homebrew/Cellar/kotlin/1.9.0/libexec open /Applications/Kotlin\ Explorer.app from a terminal for instance.