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

**Build Log** ``` [ 10%] Building C object src/external/libxpc/CMakeFiles/xpc_obj.dir/src/activity.m.o In file included from /home/bquast/Downloads/darling-git/src/darling/src/external/libxpc/src/activity.m:22: In file included from /home/bquast/Downloads/darling-git/src/darling/src/external/libxpc/internal-include/xpc/util.h:29: In file included from /home/bquast/Downloads/darling-git/src/darling/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/log.h:11: /home/bquast/Downloads/darling-git/src/darling/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/trace.h:55:16: warning: GCC does not allow...

I try to run the Framer program that I freshly installed by copying the Framer.app folder from the archive to the /Applications folder. When I run it this happens: Darling...

Frameworks

**Build Log** What is the build error? ``` [ 13%] Building C object src/external/darling-dmg/CMakeFiles/fuse.dir/fuse.c.o /home/natalie/src/darling/build/src/external/darling-dmg/fuse.c:15:20: error: expected ';' after top level declarator void* __fuse_exited@() { ^ ; ``` **System Information**...

ubuntu 19.10 zsh When running anything after building complete I get this error. ``` $ darling shell modprobe: FATAL: Module darling-mach not found in directory /lib/modules/5.3.0-42-generic Failed to load the...

The ARDAgent.app would be very useful under Linux as it is essential for using the proprietary [Apple Remote Desktop](https://en.wikipedia.org/wiki/Apple_Remote_Desktop) protocol. The runnability would be a good proof of concept and...

Sorry for this generic question I'm just starting to get interest on this project. I'm trying to have a Safari in my linux and what a challenge... then I found...

**Tool** What tool is missing? What is it supposed to do? Is it or a variant open-source? ` vmmap` is missing. `vmmap` itself is not open-source, but I've actually got...

**Library** /usr/lib/libMobileGuestalt.dylib **Test Application** Xcode 12.5.1 **Steps To Reproduce** Extract Xcode_12.5.1.xip, copy to /Applications/Xcode.app, run xcode-select --switch /Applications/Xcode.app **System Information** This is Ubuntu 20.04 inside WSL2, I have built the...

**Expected Result** The program should continue to execute. **Actual Result** The program stops with signal 5 **Steps To Reproduce** 1. Compile and run this code: ```C++ __attribute__((noinline)) int IsDebuggerPresent() {...

As of 6faf8526934565a8dcce3fbeb8a67f01dab28b9e, recent LLDB versions can successfully connect to their debugservers (tested with Xcode 11). However, trying to run a process still hangs. According to the following debugserver log,...