sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift
MIT License
3.9k stars 496 forks source link

crash on Xcode 11 when click Realm Tab #73

Open g-enius opened 5 years ago

g-enius commented 5 years ago

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

wangdu1005 commented 4 years ago

Me too, crash on the same place!

conversun commented 4 years ago

You can pod update to resolve it