mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-20 16:44:08 +01:00
Fix compile errors for Xcode 9 beta 5
This commit is contained in:
@@ -538,7 +538,7 @@ public final class CoreStoreSchema: DynamicSchema {
|
||||
}
|
||||
else {
|
||||
|
||||
let newMethod = class_getClassMethod(managedObjectClass, newSelector)
|
||||
let newMethod = class_getClassMethod(managedObjectClass, newSelector)!
|
||||
method_exchangeImplementations(origMethod, newMethod)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user