R. Dewi
R. Dewi

Reputation: 4271

xcode instrument problem

i try to use intrument application from xcode to find out about some leaks in my app, i can use it when i running my app on simulator, but the problem is, when i try to use instrument on running my app on device, it give me warning like this

target failed to run : remote exception encountered : 'Executable 'MyApp' ' is already running as process 97 which was lauched from the 'Xcode Debugger' process

is it something wrong?? i dont know what wrong step i made before, can somebody help me?? thank you

Upvotes: 2

Views: 667

Answers (1)

saadnib
saadnib

Reputation: 11145

this seems that your app is already running in your device and you are trying to run it again with instrument, try to close your app completely from device and then start it again with instrument.

Upvotes: 2

Related Questions