Dyld: Library not loaded on Mac?

$ "/Applications/Plex Media Server.app/Contents/MacOS/Plex Media Scanner" --scan --refresh --section 7 --activity 205d6124-82bb-411f-bc80-f26ac4b3037a
dyld: Library not loaded: /System/Library/Frameworks/Network.framework/Versions/A/Network
  Referenced from: /Applications/Plex Media Server.app/Contents/MacOS/Plex Media Scanner
  Reason: image not found
Abort trap: 6

I am running an ancient mac, about 12 years old mac mini rocking 10.13 (High Sierra). I know some common advice might be to just get a new machine, but it has worked great until today, so no need?

IDK what happened, but this library seems to have gone missing. and the scanner cannot load. I suspect getting the library back on is out of scope for this forum (if not, please suggest!), but could this have been caused by plex?

Seems that on this system, it was moved to /System/Library/PrivateFrameworks/Network.framework… would Plex need to be updated to reflect this?

I got around it temporarily by symlinking, but I hope there is a code-backed solution coming some time in the future to address the shifted location.

$ sudo ln -s /System/Library/PrivateFrameworks/Network.framework /System/Library/Frameworks/Network.framework
$ "/Applications/Plex Media Server.app/Contents/MacOS/Plex Media Scanner" --scan --refresh --section 7 --activity 205d6124-82bb-411f-bc80-f26ac4b3037a
The '--scan' operation is deprecated and will be removed in future versions of Plex Media Server.
The '--refresh' operation is deprecated and will be removed in future versions of Plex Media Server.
$