Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to just apply changes in iOS simulator without rebuilding the whole app?

I'm asking because this is a feature of android studio and was wondering if xcode or an external thing had something similar?

like image 233
Lewis Black Avatar asked Oct 17 '22 15:10

Lewis Black


1 Answers

Yes, there is: https://apps.apple.com/app/injectioniii/id1380446739 or from here https://github.com/johnno1962/injectionforxcode Also, I think you can get it through Alcatraz too if you have it on your XCode

Also, another tip if you have not made any changes and just want to attach the debugger and run the app without building you can do: CMD+Control+R which will run the app instantly without building.

like image 115
Vlad Avatar answered Nov 15 '22 12:11

Vlad