How to get compose iOS app signed properly and upload to testflight/appstore?
t
How to get compose iOS app signed properly and upload to testflight/appstore?
n
Sounds like a blog post :)
d
While the technology is experimental and there is no convenient way to publish. It is possible to install on the phone: https://github.com/JetBrains/compose-jb/tree/master/experimental/examples/falling-balls-mpp#prepare-xcode-to-launch-on-ios-device
t
I found out that the project id that xcode create must match the id in compose project, otherwise it will failed to install with
A valid provisioning profile for this executable was not found
error.
d
t
yes, it seems that compose combine the bundleIdPrefix and projectName as bundle identifier, and it needs to match the bundle identifier in the xcode project.
d
Yeah, thanks for this investigation