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.

xcode-kotlin install crash (XCode 13.4)

See original GitHub issue

I ran brew install xcode-kotlin first and then when I run xcode-kotlin install I get following (crash report hopefully uploaded short while ago) . This is M1 device fwiw. Currently have Xcode 13.4 installed.

Installing 1.2.0.
xcode-kotlin has crashed, do you want to upload the crash report to Touchlab? y/n: y
Uploading crash report.
Upload successful

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
TadeasKrizcommented, May 19, 2022

Thanks for the reports! It’s embarrassing, I didn’t make the CLI create the directory structure needed before copying the plugin (thinking it was already created by Xcode). I’ve just submitted an update to Homebrew (version 1.2.1), but it’ll take a while to release.

In the meantime, running the following two commands before xcode-kotlin install should workaround the crash:

mkdir -p ~/Library/Developer/Xcode/Plug-ins
mkdir -p ~/Library/Developer/Xcode/Specifications
1reaction
GuilhEcommented, May 19, 2022

In the meantime, running the following two commands before xcode-kotlin install should workaround the crash:

mkdir -p ~/Library/Developer/Xcode/Plug-ins
mkdir -p ~/Library/Developer/Xcode/Specifications

It works and this plugin is fantastic! Thanks 🙇🏼 Screenshot 2022-05-19 at 18 29 05

Read more comments on GitHub >

github_iconTop Results From Across the Web

Xcode update causes crash · Issue #58 - GitHub
1. Attempted simply rerunning ./setup.sh to reinstall, but it did not solve the issue. Solution was to remove the plugin from ~/Library/ ...
Read more >
xcode 13.4 flutter build error | Apple Developer Forums
My environment is setup to build flutter3/GCP apps for Android and iOS, and it works perfectly in Android Studio or xCode again after...
Read more >
Getting error "No such module" using Xcode, but the ...
If the Modules folder is missing the "MyFramework.swiftmodule" folder then the framework will be found but Xcode won't know about its contents so...
Read more >
Any known issues since update to XCode 13 4 Trying to run sa
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Unable to boot device because we cannot determine the runtime bundle.
Read more >
Crash on launch of iOS 14 with XCode 13.4.1 - Swift Forums
We are facing a crash on iOS 14 when we try to launch the app from homescreen (without xcode connected) but do not...
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