The document “default.realm” could not be opened.
Realm file is currently open in another process which cannot share access with this process. All processes sharing a single file must be the same architecture. For sharing files between the Realm Browser and an iOS simulator, this means that you must use a 64-bit simulator.
MacOS에서 Realm broser 3.0.1 설치 후 해당 경로로 파일을 열어줄 때 발생
- 시뮬레이터 끄고 하면 된다고 함.
-> 난 안돼 ㅠ
https://github.com/realm/realm-studio/releases
아래로 들어가서 Realm-studio 12.0.0 (내가 받은 버전) 설치
Mac은 dmg받으면 돼
그리고 해결!
(참고)
https://stackoverflow.com/questions/38198410/realm-browser-is-not-opening-because-of-another-process
https://hello-bryan.tistory.com/436
https://hello-bryan.tistory.com/437
'apple > iOS' 카테고리의 다른 글
Realm 간단하게 구조 적용하기 (0) | 2022.09.06 |
---|---|
[Realm] Realm migration (Swift) (0) | 2022.09.05 |
[Realm] Realm CRUD more modern and swifty (0) | 2022.09.04 |
[iOS] UICollectionView에 대해서 알아보기 7편 (UICollectionViewDiffableDataSource) (1) | 2022.09.04 |
[iOS] UICollectionView에 대해서 알아보기 6편 (Realm, async, await, Delegate) (1) | 2022.09.04 |