realm?.add 'add(_:update:)' is unavailable: Pass .error, .modified or .all rather than a boolean. .error is equivalent to false and .all is equivalent to true.
realm.add(object, update: .all)
https://github.com/RxSwiftCommunity/RxRealm/issues/128
'🐞 오늘만난이슈' 카테고리의 다른 글
[Android] Gradle Update 3.4.0 exoplayer2 (0) | 2020.02.18 |
---|---|
[iOS] End User License Agreement (EULA) (0) | 2020.01.22 |
[Android] 취약한 자바스크립트 라이브러리: APK 버전에 영향을 줍니다. (0) | 2019.12.11 |
[iOS] error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. (0) | 2019.11.28 |
[Android] Generate Apk file from aab file (android app bundle) (0) | 2019.10.08 |