xcode-kotlin install crash (XCode 13.4)
See original GitHub issueI 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:
- Created a year ago
- Comments:7 (1 by maintainers)
Top 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 >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
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:It works and this plugin is fantastic! Thanks 🙇🏼