You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test Application
Xcode 13.2.1, possibly earlier versions as well.
Steps To Reproduce
Extract Xcode_13.2.1.xip to /Applications/Xcode.app
Run xcode-select --switch /Applications/Xcode.app
Run clang or any other tool that relies on the IDEFoundation framework.
Produces approximately the following output (I forgot to copy the actual output before adding stubs):
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/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
Referenced from: /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
Reason: image not found)
System Information
WSL2, with my own build of Darling.
@slonopotamus IIRC yes, this specific issue should be fixed now. I would imagine Xcode still fails to launch for other reasons, though. But I haven’t tried Darling in a while.
Framework
/System/Library/PrivateFrameworks/AssertionServices.framework
Test Application
Xcode 13.2.1, possibly earlier versions as well.
Steps To Reproduce
xcode-select --switch /Applications/Xcode.app
clang
or any other tool that relies on the IDEFoundation framework.System Information
WSL2, with my own build of Darling.
As alluded to above, I have already generated stubs by following the docs, which fixed this issue (now I fail on #1007). Shall I open a PR?
The text was updated successfully, but these errors were encountered: