You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since XCode14 the ARCHS_STANDARD for watchOS includes arm64. KMP already has added the target watchosDeviceArm64, but koin hasn't included it yet
To Reproduce
Steps to reproduce the behavior:
Create a KMP project
Add Koin
Add a watchOS app to the ios app
Add watchosArm64(), watchosDeviceArm64(), watchosSimulatorArm64() to the shared build.gradle.kts
Build for release
Release build will fail with default settings
Expected behavior
watchos should build with default settings
Koin module and version: koin-core:3.5.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Since XCode14 the
ARCHS_STANDARD
for watchOS includes arm64. KMP already has added the target watchosDeviceArm64, but koin hasn't included it yetTo Reproduce
Steps to reproduce the behavior:
Expected behavior
watchos should build with default settings
Koin module and version:
koin-core:3.5.3
The text was updated successfully, but these errors were encountered: