darlinghq / darling

Darwin/macOS emulation layer for Linux

Home Page:http://www.darlinghq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing framework UniformTypeIdentifiers for Xcode

JerryDevis opened this issue · comments

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
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 15e5b80

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

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