You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried Xcode 10, it works fine, but crashes on Xcode 11 whenever you click Realm Tab.
RunLoopThreadScheduler:
private final class ThreadTarget: NSObject { @objc fileprivate func threadEntryPoint() {
let runLoop = RunLoop.current
***CRASH: com.CleanArchitectureRxSwift.RealmPlatform.Repository (8): signal SIGABRT
runLoop.add(NSMachPort(), forMode: RunLoop.Mode.default)
runLoop.run()
}
}
2019-09-24 22:40:34.205345+1200 CleanArchitectureRxSwift[95204:325374] *** Terminating app due to uncaught exception 'RLMException', reason: 'Primary key property 'uid' does not exist on object 'RMPhoto''
The text was updated successfully, but these errors were encountered:
I tried Xcode 10, it works fine, but crashes on Xcode 11 whenever you click Realm Tab.
RunLoopThreadScheduler:
private final class ThreadTarget: NSObject {
@objc fileprivate func threadEntryPoint() {
let runLoop = RunLoop.current
***CRASH: com.CleanArchitectureRxSwift.RealmPlatform.Repository (8): signal SIGABRT
runLoop.add(NSMachPort(), forMode: RunLoop.Mode.default)
runLoop.run()
}
}
2019-09-24 22:40:34.205345+1200 CleanArchitectureRxSwift[95204:325374] *** Terminating app due to uncaught exception 'RLMException', reason: 'Primary key property 'uid' does not exist on object 'RMPhoto''
The text was updated successfully, but these errors were encountered: