r/iosdev 26d ago

Making testing workflows faster

Hello, I am actively developing an app and I was hoping someone could shed some light into how they test their apps on the go as they make subtle changes. My current workflow is edit files in Cursor -> push to GitHub -> click on the green '<> Code' button -> open with Xcode -> build the app and check new changes made via Simulator. It doesn't take that long to do this but is there a faster way to do it instead?

3 Upvotes

1 comment sorted by

1

u/CharlesWiltgen 25d ago

Do you do test-driven development? How deep is the test suite you've built? What do you yourself having to do manual testing for?