Merge branch 'prototype/Swift_4_0' into prototype/queryBuilders

This commit is contained in:
John Rommel Estropia
2017-08-08 08:02:17 +09:00
3 changed files with 9 additions and 17 deletions

View File

@@ -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)
}
}