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
I followed this instruction and installed Xcode successfully on Darling.
Expected Result
When I run xcodebuild -configuration Debug build, It must build the .xcodeproj file.
Actual Result
It gave me this:
2023-08-15 16:27:48.191 xcodebuild[2148:3e8] error opening!: 14
2023-08-15 16:27:48.191 xcodebuild[2148:3e8] Could not create database queue for path /private/var/db/launchservices.db
2023-08-15 16:27:48.190 xcodebuild[2148:3e8] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-15704/DVTFoundation/FileTypes/DVTFileDataTypeDetection.m:75
Details: detectedTypeIdentifier (com.apple.binary-property-list) does not conform to matchedTypeIdentifier in MagicFileDataTypeDetector extenson com.apple.property-list. When both are specified, this conformance is required. extension.identifier:Xcode.MagicFileDataTypeDetector.BinaryPlist
Object: <DVTFileDataTypeDetectionMagicCache: 0x7fd91db2dab0>
Method: -initWithExtension:
Thread: <NSThread: 0x7fd93f379d90>
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
System Information
Software
Version
Linux Kernel
5.15.0-78-generic
Darling
19.6.0
The text was updated successfully, but these errors were encountered:
I followed this instruction and installed Xcode successfully on Darling.
Expected Result
When I run
xcodebuild -configuration Debug build
, It must build the .xcodeproj file.Actual Result
It gave me this:
System Information
The text was updated successfully, but these errors were encountered: