xcode-kotlin icon indicating copy to clipboard operation
xcode-kotlin copied to clipboard

Kotlin Native Xcode Plugin

Results 15 xcode-kotlin issues
Sort by recently updated
recently updated
newest added

Hi! I've installed plugin from CLI, added iosMain and commonMain as it's suggested in video tutorial I observe crashes in my release build in iOS, and for some reason I...

Does anyone know if it is _possible_ to extend Xcode's code completion capabilities beyond Swift/Objective-C? I have not done much research on this, but the fact that lldb integrations are...

I did everything described in Readme Now I'm able to use breakpoints but not able to use "po" statement or see an object state when code execution stopped at a...

Explore being able to step into Kotlin from calling code (Swift/Objc). I'm pretty sure this isn't possible, but it's something we should explore. See Slack for some context: https://kotlinlang.slack.com/archives/C3PQML5NU/p1654805821671169

We don't even mention that the CLI is written in Kotlin anywhere, so a building section is probably a good place to highlight that.

cli

It would be nice if we could get basic stats. I'm not sure we want to do this, though, so I'm adding the task but we'll icebox it for now.

cli

Should make some installation and usage videos. - [ ] Video installing the cli, then installing the plugin. Show the Load Bundle and explain - [ ] Video adding source,...

cli

Xcode 13.3.1 (13E500a) crashes on startup M1 Max MBP running macOS 12.3.1. Attempted simply rerunning `./setup.sh` to reinstall, but it did not solve the issue. Solution was to remove the...

There are issues debugging, like trying to put a breakpoint in suspend functions, or trying to step through a big recursive chain. Also simple things, like how to add source...