mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[PR #370] [CLOSED] Fix compile error in Xcode 11.4 beta (11N111s) #498
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/370
Author: @bivant
Created: 2/20/2020
Status: ❌ Closed
Base:
develop← Head:xCode-11.4📝 Commits (2)
2874c3eFix compile error in Xcode 11.4 beta (11N111s)62d1ea0Revert intendation📊 Changes
1 file changed (+15 additions, -15 deletions)
View changed files
📝
Sources/KeyPathGenericBindings.swift(+15 -15)📄 Description
Errors:
Covariant 'Self' can only appear as the type of a property, subscript or method result; did you mean 'NSSet'?
Covariant 'Self' can only appear as the type of a property, subscript or method result; did you mean 'NSOrderedSet'?
....
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.