darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.55k stars 446 forks source link

Missing framework UniformTypeIdentifiers for Xcode #1403

Open JerryDevis opened 1 year ago

JerryDevis commented 1 year ago

Library Library not loaded: /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers

Test Application otools\clang......

Steps To Reproduce

  1. I installed darling with the latest .deb binary.
  2. I downloaded the Xcode and uncompressed it to /home
  3. using xcode-select --switch /Volumes/SystemRoot/home/Xcode.app
  4. run the command otools or clang
  5. Error loading required libraries. If there is an ongoing installation please wait for it to complete. Otherwise reinstall. (dlopen(@rpath/libxcodebuildLoader.dylib, 1): Library not loaded: /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
    Referenced from: /Volumes/SystemRoot/home/Xcode.app/Contents/SharedFrameworks/XCTHarness.framework/Versions/A/XCTHarness
    Reason: image not found)
    Abort trap: 6 (core dumped)

System Information ubuntu 22.04.2

Software Version
Darling v0.1.20230310_update_sources_11_5
Darling https://github.com/darlinghq/darling/commit/15e5b8024277d19a5a654256ab3ac7f767320aa4
kem0x commented 1 year ago

any luck with this? i'm having the same issue...

facekapow commented 1 year ago

Could you try it with the latest commit on the master branch? It should be installed now.