Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install Xcode 10 Network Link Conditioner in macOS Mojave

I'm using the final version of Xcode 10 on macOS Mojave beta 11. I downloaded the Additional Tools for Xcode 10 package from Apple's website.

When I try to install the Network Link Conditioner Preference Pane, Settings.app displays this error:

“Network Link Conditioner” preferences is installed with macOS and can’t be replaced.

However, the preference pane is not visible inside Settings.app. I even checked under /Library/PreferencePanes - it's not there.

enter image description here

How can I get around this?

like image 256
Tamás Sengel Avatar asked Sep 19 '18 21:09

Tamás Sengel


People also ask

Is Xcode compatible with Mojave?

For macOS 10.14. 4, Xcode versions compatible are: Xcode 10.2 - 11.3.

Where is Network Link Conditioner in Mac?

The Network Link Conditioner can be found inside the Hardware folder. By double-clicking the app you can install the utility in your System Preferences. The application is quite similar to the iOS variant and also contains a list of custom presets. These can be used to simulate a range of Network conditions.


1 Answers

I ended up manually copying the .prefPane file to:

 /Library/PreferencePanes 

After restarting Settings.app, it finally appeared on the list and worked perfectly.

As Martijn Scheffer stated in this comment, the reason for the pane not appearing in System Preferences is that the installer incorrectly puts the file to ~/Library/PreferencePanes instead of /Library/PreferencePanes.

Download in https://developer.apple.com/download/more/ Additional Tools for Xcode 10.1

enter image description here

enter image description here

like image 56
Tamás Sengel Avatar answered Sep 17 '22 16:09

Tamás Sengel