@Andrei Salavei Thanks for your response. I went ahead and removed the ${TEAM_ID}, and it's all working fine.
While I have your attention here, and for the generated projects on
kmp.jetbrains.com, I would like to suggest adding the public version and the build version variables to "iosApp/Configuration/Config.xcconfig" and referencing them from "info.plist" instead of hard coding their values. Something like:
<key>CFBundleShortVersionString</key>
<string>$(APP_VERSION_PUBLIC)</string>
<key>CFBundleVersion</key>
<string>$(APP_VERSION_BUILD)</string>
That way, developers will have a central place to customize the app versions, bundle ID, team ID, etc.
Coming from Android world, it took me a while to find the defined versions inside "info.plist", so thought it could be beneficial to other developers as well to have simpler config.