Hi…
Can we install and run xcode application in Linux.?
I have installed darling and completed the build (not in mac machine). But i am getting the below error when I try to open xcode. Not sure if I am doing it correctly.
Darling [/Volumes/SystemRoot/home/vicky]$ /Applications/Xcode.app/Contents/MacOS/Xcode
dyld: dyld cache load error: shared cache file open() failed
dyld: Library not loaded: /usr/lib/swift/libswiftCore.dylib
Referenced from: /Applications/Xcode.app/Contents/MacOS/Xcode
Reason: no suitable image found. Did find:
/usr/lib/swift/libswiftCore.dylib: file too short
/usr/lib/swift/libswiftCore.dylib: stat() failed with errno=22
abort_with_payload: reason: dyld cache load error: shared cache file open() failed
Library not loaded: /usr/lib/swift/libswiftCore.dylib
Referenced from: /Applications/Xcode.app/Contents/MacOS/Xcode
Reason: no suitable image found. Did find:
/usr/lib/swift/libswiftCore.dylib: file too short
/usr/lib/swift/libswiftCore.dylib: stat() failed with errno=22; code: 1
Abort trap: 6 (core dumped)
Darling [/Volumes/SystemRoot/home/vicky]$