sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crash on Xcode 11 when click Realm Tab

g-enius opened this issue · comments

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''

Me too, crash on the same place!

You can pod update to resolve it