• Stars
    star
    1,027
  • Rank 43,079 (Top 0.9 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kotlin Native Xcode Plugin

Kotlin Native Xcode Support

The xcode-kotlin plugin allows debugging of Kotlin code running in an iOS application, directly from Xcode.

This enables a smoother development and integration experience for iOS developers using shared code from Kotlin, and a more accessible experience for larger teams where everyone may not be editing the shared code directly.


๐Ÿ”‘๐Ÿ”‘ Improving the iOS dev experience is key to KMP adoption.

One of Touchlabโ€™s core goals is to improve the developer experience with KMP, particularly around tooling and especially for iOS developers. We believe that improving the iOS dev experience is key to KMP adoption and weโ€™re going to continue to work on ways to support the iOS KMP community.

Let us know how you're using (or will use) the xcode-kotlin plugin by taking our 5-minute survey.

Open Touchlab Xcode Plugin User Survey


Beta Version!!!

The CLI installer is a significant improvement over our original install process, but is also more complex. We are considering this version to be a beta release. Please let us know if you have issues! If there is a crash using the tool, it will ask if you want to upload a report. Please do. For other problems, please file an issue in Github.

We aren't anticipating any major problems, but If you cannot get the plugin to install properly, you can follow the MANUAL_INSTALL instructions as a workaround.

Getting Help

Xcode-kotlin support can be found in the Kotlin Community Slack, request access here. Post in the "#touchlab-tools" channel.

For direct assistance, please contact Touchlab to discuss support options.

Overview

The xcode-kotlin project consists of two main parts: the CLI manager, and the Xcode plugin itself.

CLI

The CLI (command line interface) is an executable that is installed on your machine and manages the plugin installation(s). For existing users of xcode-kotlin, the CLI is new. The CLI was added to enable the following:

  • Homebrew installation
  • Better Xcode integration (No more "Load Bundle" popups!)
  • Easier management of multiple Xcode installations
  • Automatic "sync". When Xcode updates, we need to update the plugin config. This previously required updating the xcode-kotlin project GitHub repo, pulling, and reinstalling. The CLI can do this locally.
  • Better diagnostic info and support for install issues.

Xcode Plugin

Xcode does not generally allow plugins, but it does allow for language definitions and lldb integrations. There is no official process for including these things, which is why the CLI is necessary. However, lldb is an open standard and debugging integrations are a common use case. We share, and contribute to, the official Kotlin language lldb extensions.

Installation

First you need to install the CLI that takes care of installing the plugin into Xcode. The CLI is available through Homebrew:

brew install xcode-kotlin

Once installed, run the CLI:

xcode-kotlin install

This will install the plugin with support for all of your currently installed Xcode installations.

Manual Install

If needed, you can install manually. See MANUAL_INSTALL.

Sync

When you update Xcode versions, you'll need to enable the plugin for that version. Run:

xcode-kotlin sync

This process adds the UUID for the new Xcode version to the local plugin configuration. For users familiar with earlier versions of xcode-kotlin, Xcode updates would previously require an update from GitHub.

Plugin Usage

If properly set up, you should be able to add Kotlin source to Xcode, set up breakpoints, and step through code. To add Kotlin source to Xcode, follow these steps:

  1. Add a New Group to the Xcode project.
  2. Add Files to the newly created group (Kotlin Debug in this instance).
  3. Select the folders in the Kotlin library that are directly relevant to the iOS build, which will usually be commonMain and iosMain. Make sure "Copy items into destination group's folder (if needed)" is unchecked.

XcodeKotlinFileReferencesSteps

When you're done, your Xcode project structure should look something like this:

kotlinsources

Sample

The project used as an example above is KaMPKit. Check it out if you want to see a project that already includes Kotlin file references in Xcode. It's an excellent template for Kotlin multiplatform mobile projects.

Troubleshooting

If you're having any issues, try reinstalling the plugin:

xcode-kotlin uninstall
xcode-kotlin install

If it doesn't fix the issue, run:

xcode-kotlin info

This will show you status of the plugin and a list of found Xcode installations. If the Xcode you want to use isn't listed you can run the sync command and provide it with paths to Xcode installations to add support for:

xcode-kotlin sync /Volumes/ExternalVolume1/Xcode.app

If the issue still persists, open a new GitHub issue and include the output of the info command.

About

Our Xcode plugin incorporates the work of other brave souls around the web exploring the undocumented corners of Xcode. See ABOUT.


Subscribe!

We build solutions that get teams started smoothly with Kotlin Multiplatform Mobile and ensure their success in production. Join our community to learn how your peers are adopting KMM. Sign up here!

More Repositories

1

KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
Kotlin
2,069
star
2

DroidconKotlin

Kotlin Multiplatfom app for Droidcon Events
Kotlin
980
star
3

Kermit

Kermit by Touchlab is a Kotlin Multiplatform centralized logging utility.
JavaScript
603
star
4

Stately

Kotlin Multiplatform State Library
Kotlin
564
star
5

SKIE

SKIE - Swift Kotlin Interface Enhancer
Kotlin
555
star
6

KMMBridge

KMMBridge is a set of Gradle tooling that facilitates publishing and consuming pre-built KMM (Kotlin Multiplatform Mobile) Xcode Framework binaries. See https://kmmbridge.touchlab.co/docs to get started.
JavaScript
317
star
7

CrashKiOS

Crash reporting for Kotlin/Native iOS applications
JavaScript
249
star
8

SQLiter

Minimal multiplatform sqlite library
C
166
star
9

cklib

Kotlin
87
star
10

SwiftCoroutines

Swift
57
star
11

KMMBridgeKickStart

Kotlin
32
star
12

SKIEDemoSample

SKIE Demo Application
Swift
20
star
13

Karmok

Kotlin
15
star
14

KMMBridgeSampleKotlin

Kotlin
14
star
15

TestHelp

Some Kotlin Multiplatform test utilites
Kotlin
12
star
16

KMMBridgeSKIETemplate

Kotlin
11
star
17

KMMWorker

Basic background threading for Kotlin Mobile Multiplatform
Kotlin
8
star
18

KMMBridgeKickStart-Android

Kotlin
4
star
19

KMMBridgeGithubWorkflow

4
star
20

KmmBridgeIntegrationTest

Swift
2
star
21

KMMBridgeKickStart-iOS

Swift
2
star
22

schrodinger

What's this? Stay tuned...
2
star
23

fkaction-installation-info

TypeScript
1
star
24

KMMBridgeSampleSpm

Swift
1
star
25

KMMBridgeGitHubReleaseVersionTest

Swift
1
star
26

fkaction-merge-branch

TypeScript
1
star
27

KMMBridgeSampleCocoaPods

Swift
1
star
28

homebrew-touchlab

Ruby
1
star