Hello guys, How i could build ios app from compose...
# compose-ios
j
Hello guys, How i could build ios app from compose multiplatform project?
đŸ‘€ 1
v
thank you color 1
j
I already have a project. I want to build ios app and get the .ipa file
s
Copy the relevant parts from the template. That’s what I just did for my project.
j
I'm able to run the project in ios simulator. But i need the command for building the app for CI/CD pipeline
d
you can use
xcodebuild
as for other Xcode projects
j
Nice to have you here @Dima Avdeev. Can you give me an example? actually i don't know xcodebuild command
j
Thank you for the reference. First I thought there would be some gradle tasks. But now I know that I have to do the same as doing the iOS app
đŸ‘Œ 1