inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Inspect does not remove targets that have been killed by Xcode #15

Closed NielsLeenheer closed 3 years ago

NielsLeenheer commented 3 years ago

Whenever I work on our Cordova app, I regularly switch between coding, compiling in Xcode and running it in the simulator. After seeing the result, I go back to coding, then compiling again and running it again. Every time I go to this process, the old app is killed in the simulator to be replaced by the newly compiled version.

Inspect however keeps the old targets around. It does not remove them from the list after they have been killed by Xcode. So after going through a few rounds of this a long list of dead targets accumulate.

auchenberg commented 3 years ago

Should be fixed in next update! Thanks for reporting 🙇