We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 588202e + e3d5889 commit 080b33dCopy full SHA for 080b33d
Sources/XCBuildSupport/PIF.swift
@@ -820,7 +820,7 @@ public enum PIF {
820
} else if container.allKeys.contains(.targetReference) {
821
let targetGUIDString = try container.decode(GUID.self, forKey: .targetReference)
822
let targetGUID = String(targetGUIDString.dropLast("\(schemaVersion)".count + 1))
823
- reference = .file(guid: targetGUID)
+ reference = .target(guid: targetGUID)
824
} else {
825
fatalError("Expected \(CodingKeys.fileReference) or \(CodingKeys.targetReference) in the keys")
826
}
0 commit comments