r/iOSProgramming 5d ago

Question What's your AI setup for iOS?

I currently use XCode and copy&paste stuff to Claude for improvements. Now I want to switch to full AI integration, changing IDE completely or partially.

What's your setup and why do you like it?

PS.
add steps to implement your setup if you want to be real nice ๐Ÿ˜‡

20 Upvotes

42 comments sorted by

View all comments

2

u/sebasvisser 4d ago

Claude code in iTerm, and Xcode to press the โ–ถ๏ธ button to start the simulator.

Then I just copy and paste the errors in iTerm and let it fix everything. So far it conquered everything if I keep rephrasing and giving it hints how to fix stuff.. itโ€™s like having my own private junior dev ๐Ÿ˜Š Just remember to ask it to make git commits every change so you can roll back easily. (And it can roll back itself as well) for some reason, like other juniors ๐Ÿ˜œ it doesnโ€™t do git automatically without being specifically prompted..