Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Instruments "Networking recording service not found"

I want to use Xcode instruments to analyze network traffic of my iOS app. Unfortunately instruments seems to be broken.

enter image description here

I already reinstalled Xcode (incl. Instruments).

Any suggestions on how to fix this?

Used Versions:

  • Xcode 9.4.1 (9F2000)
  • Instruments 9.4.1 (9F2000)
like image 578
EisenRatte Avatar asked Jun 19 '18 12:06

EisenRatte


2 Answers

Looks like the Network Connections instrument is installed when you install the Xcode 10 beta. I just verified that on my machine which has the beta installed Network Connection shows up while on another machine that has 9.4.1 but not the Xcode 10 beta it does not show up.

You might want to file a radar about this so Apple can look in to it...

like image 189
donnywals Avatar answered Oct 15 '22 21:10

donnywals


Unfortunately, custom instruments not working with the simulator are a known issue.

There are few that works now, such as Leaks.

You always have the option to plug a real device, this will work.

like image 2
Daniel Bastidas Avatar answered Oct 15 '22 21:10

Daniel Bastidas