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.
1 parent a22d0e2 commit 9459fafCopy full SHA for 9459faf
Sources/XcodeProj/Objects/Project/PBXProjEncoder.swift
@@ -501,7 +501,9 @@ final class PBXProjEncoder {
501
})
502
} catch {
503
print("Unable to sort as Xcode 16 do: \(error)")
504
- fatalError("\(error)")
+ // actually we could do even fatalError here
505
+ // but it could be too brave for common repository
506
+ // fatalError("\(error)")
507
}
508
509
0 commit comments