Hello there! Has anyone had this issue when trying...
# compose-desktop
u
Hello there! Has anyone had this issue when trying to run desktop template:
Copy code
dyld: lazy symbol binding failed: Symbol not found: _objc_opt_new
  Referenced from: /Users/eugene/.skiko/b9408918342fa3c0511232e1869d6b3885a57b45a57800586f357a2461785a4e/libskiko.dylib (which was built for Mac OS X 10.15)
  Expected in: /usr/lib/libobjc.A.dylib

dyld: Symbol not found: _objc_opt_new
  Referenced from: /Users/eugene/.skiko/b9408918342fa3c0511232e1869d6b3885a57b45a57800586f357a2461785a4e/libskiko.dylib (which was built for Mac OS X 10.15)
  Expected in: /usr/lib/libobjc.A.dylib


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':run'.
> Process 'command '/Users/eugene/Library/Java/JavaVirtualMachines/openjdk-15.0.1/Contents/Home/bin/java'' finished with non-zero exit value 134

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at <https://help.gradle.org>

BUILD FAILED in 16s
Couldn’t fix it (spent a while trying different JDK). Suggestions from https://kotlinlang.slack.com/archives/C01D6HTPATV/p1604662532185700 didn’t work for me.
j
This looks like a binary incompatibility with the native platform. If you're OS is out-of-date, upgrading might help. Can you provide us with platform version information, as well as anything you can think of that might be weird about your setup? What operating system are you using? What version number? Assuming OSX, can you send us a screenshot of the overview screen when you open "Apple" > "About this Mac" (everything except the serial number). Is there anything weird about your setup that you can think of? (eg. VirtualMachine, Hackintosh, running on ARM, etc).
o
Yes, likely you have macOS 10.14, we will support it with the following release, this commit fixes it https://github.com/JetBrains/skiko/commit/1e752028fa146e586e3407ddb370f5de00dfb253
u
@jim, here’s about my mac details:
I’ll try to update the OS, thanks!