darling icon indicating copy to clipboard operation
darling copied to clipboard

Darwin/macOS emulation layer for Linux

Results 224 darling issues
Sort by recently updated
recently updated
newest added

**Expected Result** It is sucessful to run "xcrun altool --help" command in darling shell after a Xcode installation. **Actual Result** `Library not loaded: /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib Referenced from: /Applications/Xcode.app/Contents/SharedFrameworks/XCTHarness.framework/Versions/A/XCTHarness` The lib libswiftUniformTypeIdentifiers.dylib...

**Expected Result** _What did you expect to happen?_ Expected to see /usr/local/libexec/darling **Actual Result** _What did happen?_ ``` vbrittos1@DESKTOP-CB25PED:/usr$ cd /usr/local vbrittos1@DESKTOP-CB25PED:/usr/local$ ls bin etc games include lib man sbin...

```terminal sudo installer -pkg ~/LinuxHome/downloads/go1.21.4.darwin-amd64.pkg -target / export PATH=$PATH:/usr/local/go/bin git clone https://github.com/thediveo/cshargextcap cd cshargextcap go test -v ./pipe go: downloading github.com/onsi/ginkgo/v2 v2.11.0 go: downloading github.com/thediveo/success v1.0.1 go: downloading golang.org/x/sys v0.9.0...

**Expected Result** ``` DPREFIX=/tmp/darling /pkg/main/app-emulation.darling.core/bin/darling shell echo hello world hello world ``` **Actual Result** ``` $ DPREFIX=/tmp/darling /pkg/main/app-emulation.darling.core/bin/darling shell echo hello world Setting up a new Darling prefix at /tmp/darling...

I know touchHLE is an emulator but would it be possible to use its source code to make a base to get iOS apps running? touchHLE is meant to be...

Discussion

It looks like the debian package generated on Github Actions for IOSurface is actually missing the actual framework contents: ```bash ▸ als darling-iosurface_0.1.20231102~jammy_amd64.deb drwxr-xr-x root/root 0 2023-11-02 02:36 ./ drwxr-xr-x...

**Build Log** What is the build error? ``` [ 9%] Linking C shared library libhost_priv_xtrace_mig.dylib Undefined symbols for architecture x86_64: "___stack_chk_fail", referenced from: _xtrace_mig_routine_host_get_exception_ports in host_privXtraceMig.c.o _xtrace_mig_routine_host_swap_exception_ports in host_privXtraceMig.c.o "___stack_chk_guard",...

**Expected Result** Installation of FL Studio under `/Applications` **Actual Result** `inflate error` **Steps To Reproduce** 1. download the installer (did this outside of the container) ```zsh take $HOME/Downloads/flstudio && wget...

Unconfirmed
darling-dmg

**Expected Result** I expected the Rust compiler (installed through [rustup](https://rustup.rs/)) to install successfully in Darling, so I could use it to compile iOS applications written in Rust using Apples' toolchain....

Bug
Frameworks
Missing Symbols

The current NSAttributedString implementation results in many compilation errors regarding unimplemented methods. I believe the implementation should be corrected to match the principles in the following Apple Developer documents: https://developer.apple.com/library/archive/documentation/LegacyTechnologies/WebObjects/WebObjects_3.5/Reference/Frameworks/ObjC/Foundation/Classes/NSAttributedStrngClstr/Description.html#//apple_ref/occ/cl/NSAttributedString...