Search code examples
iosxcodeios-simulatorxcode9

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?


Solution

  • 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.