How do I only build ios project, without deploying...
# fleet
u
How do I only build ios project, without deploying to simulator?
a
It is not possible automatically right now. We have a request fort this: FL-24353 Build project button Please vote for this request in our tracker. Thank you.
u
Can I set it up manually?
a
I do not think so, unfortunately cc @florian.kistner
m
@ursus as a workaround, I can recommend you a
command
type in Fleet. You can create you're own task which will execute any shell command, so you can create one with
xcodebuild
command, which will rebuild your project appropriately (so you can verify if it builds correctly).
f
Hi, just following up on this thread, for a standard swiftui project no KMM there is no way to build the project. Not sure whether this is by design or is a bug, It makes fleet pretty much unusable as I can’t do a build to see what errors I need to fix without trying to run the whole project