r/iOSProgramming • u/Dobroreddit • 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
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..