I am trying to get a KMP/CMP project direct from t...
# multiplatform
m
I am trying to get a KMP/CMP project direct from the KMP Wizard running on iOS. It runs fine on a simulator, but when I try running on an actual iPhone I get:
Copy code
error: Signing for "iosApp" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'iosApp' from project 'iosApp')
Most of the discussion around this is from 2022, so I'm surprised I'm seeing it now with up-to-date tools:
Copy code
Android Studio Koala | 2024.1.1 Patch 1
Build #AI-241.18034.62.2411.12071903, built on July 10, 2024
Runtime version: 17.0.11+0-17.0.11b1207.24-11852314 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.5
Non-Bundled Plugins:
  org.jetbrains.compose.desktop.ide (1.6.2)
  com.jetbrains.kmm (0.8.2(241)-6)
Any pointers? Thanks!
e
IIRC, you need to log in with your Apple ID in Xcode and create a development team. There is no need to subscribe to the paid tier.
image.png
m
That was it -- many thanks!
❤️ 1
183 Views