공부방/iOS2019. 10. 14. 17:24XCode 11.1 update Crash RealmSwift
XCode 11.1 업데이트 이후 갑자기 RealmSwift 에서 아래와 같은 메시지를 출력후 앱이 죽었다. Terminating app due to uncaught exception 'RLMException', reason: 'Primary key property ...... 찾아보니 RealmSwift를 업데이트 해주면 괜찮다고 한다. Podfile 의 pod 'RealmSwift', '3.18.0' 로 버전을 업데이트 해준다. 만약 해당 버전을 못 찾는다면 pod repo update 를 입력후 pod install 이나 pod update 를 해주면 된다. 참고 : https://github.com/realm/realm-cocoa/issues/6250