Fix for build on iOS with Swift Package Manager

This commit is contained in:
dmatushkin
2019-09-15 14:57:20 +04:00
parent 0345ee9c94
commit 6d75dcbc32
3 changed files with 3 additions and 3 deletions

View File

@@ -1204,7 +1204,7 @@ extension NSEntityDescription: CoreStoreDebugStringConvertible {
info.append(("compoundIndexes", self.compoundIndexes))
}
if #available(macOS 10.11, *) {
if #available(macOS 10.11, iOS 9.0, *) {
info.append(("uniquenessConstraints", self.uniquenessConstraints))
}