Installing Apple's Network Link Conditioner Tool

XcodeMacos

Xcode Problem Overview


I have installed xcode 4.3.1 on my machine running Lion.

I can't find the Network Link Conditioner tool anywhere.

I have checked the utilities folder, also the xcode/contents/developer/* directories.. no such luck.

Do I need to install specific components or has this tool been removed or renamed recently?

Xcode Solutions


Solution 1 - Xcode

It's in an additional download. Use this menu item:

> Xcode > Open Developer Tool > More Developer Tools...

and get "Hardware IO Tools for Xcode".

For Xcode 8+, get "Additional Tools for Xcode [version]".

Double-click on a .prefPane file to install. If you already have an older .prefPane installed, you'll need to remove it from /Library/PreferencePanes.

Solution 2 - Xcode

You can also install any of the Hardware IO Tools without installing XCode itself. Simply visit Apple's Download Center and search for "Hardware IO".

Solution 3 - Xcode

Update on the answer December 2019 Xcode 11.1.2

> Apple has moved Network Link Conditioner Tool to additional tools for > Xcode

Go to the below link

https://developer.apple.com/download/more/?q=Additional%20Tools

enter image description here

Install the dmg file, select hardware from installer

enter image description here

select Network Link conditioner prefpane enter image description here

Solution 4 - Xcode

The tools can now be found ("Hardware IO tools") here: https://developer.apple.com/download/more/

Solution 5 - Xcode

For Xcode 8 you gotta download a package named Additional Tools for Xcode 8

For other versions (8.1, 8.2) get the package here

Double click and open the dmg and go to Hardware directory. Double click on Network Link Conditioner.prefPane.

enter image description here

Click on install

enter image description here

Now Network Link Conditioner will be available in System Preferences.

For versions older than Xcode 8, the package to be downloaded is called Hardware IO Tools for Xcode. Get it from this page

Solution 6 - Xcode

  1. Remove "Network Link Conditioner", open "System Preferences", press CTRL and click the "Network Link Conditioner" icon. Select "Remove".
  2. Restart your computer
  3. Download the dmg "Hardware IO tools" for your XCode version from https://developer.apple.com/download/, you need to be logged in to do this.
  4. Open it and install "Network Link Conditioner"
  5. Restart your computer one last time.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionhumanautView Question on Stackoverflow
Solution 1 - XcodeKurt RevisView Answer on Stackoverflow
Solution 2 - XcodebloudermilkView Answer on Stackoverflow
Solution 3 - XcodeSuraj K ThomasView Answer on Stackoverflow
Solution 4 - XcodeAMaronesView Answer on Stackoverflow
Solution 5 - Xcodesudo bangbangView Answer on Stackoverflow
Solution 6 - XcodeRuslan IbragimovView Answer on Stackoverflow