Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not found target watchosDeviceArm64 (arm64), required for Xcode15 #64

Closed
ProVir opened this issue Feb 25, 2024 · 1 comment
Closed

Not found target watchosDeviceArm64 (arm64), required for Xcode15 #64

ProVir opened this issue Feb 25, 2024 · 1 comment

Comments

@ProVir
Copy link

ProVir commented Feb 25, 2024

Starting with Xcode 15, building a watch application requires two architectures for devices - arm32_64 (previously) and arm64 (new). In KMP, these are the watchosArm64 and watchosDeviceArm64 targets, respectively.

The latest version of SKIE lacks a new target, without which it is now impossible to develop for watchos.

Error when added target watchosDeviceArm64, without it all good:
Could not resolve co.touchlab.skie:runtime-kotlin-watchosarm64__kgp_1.9.20:0.6.1.

My full list targets for watchos:

kotlin {
    watchosX64()
    watchosSimulatorArm64()
    watchosDeviceArm64()
    watchosArm64()
}

Version Kotlin: 1.9.22
Version SKIE: 0.6.1

@FilipDolnik
Copy link
Member

Added in 0.6.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants