Su-Au
01/03/2024, 4:02 AMwatchosX64()
watchosArm64()
watchosSimulatorArm64()
When using the targeting the watch-app or testing on the simulator, that works fine.
But when building / archiving the companion-ios app, that fails, because it is expecing a arm64
version of the watch-app to be bundled in companion app.
A workaround is to explicitly exclude the arm64
build for the watch-app in XCode , but that breaks running on the simulator.
KMP has fixed this issue in 1.8.20 by adding:
watchosDeviceArm64()
, but Koin doesn't include that target yet.
Could someone please add it ? Or do you prefer a PR ?arnaud.giuliani
01/04/2024, 8:38 AMSu-Au
01/05/2024, 4:32 AMarnaud.giuliani
01/18/2024, 11:04 AM