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
Releases · realm/realm-studio
Realm Studio. Contribute to realm/realm-studio development by creating an account on GitHub.
github.com
아래로 들어가서 Realm-studio 12.0.0 (내가 받은 버전) 설치
Mac은 dmg받으면 돼
그리고 해결!
(참고)
https://stackoverflow.com/questions/38198410/realm-browser-is-not-opening-because-of-another-process
Realm browser is not opening because of another process
I am getting this error message when I want to start up the Realm browser: 'Realm file is currently open in another process which cannot share access with this process. All processes sharing a sin...
stackoverflow.com
https://hello-bryan.tistory.com/436
[IOS] Realm Studio 설치하기
Realm Studio 설치하기 아래 링크에서 버전을 확인하고 다운로드 받습니다. https://github.com/realm/realm-studio/releases Releases · realm/realm-studio Realm Studio. Contribute to realm/realm-studio..
hello-bryan.tistory.com
https://hello-bryan.tistory.com/437
[IOS] Realm Browser 설치 및 사용. Obj-C, Swift (오류 시 대안)
Realm Browser 아래 AppStore 에서 다운로드 합니다. https://apps.apple.com/kr/app/realm-browser/id1007457278?mt=12 Realm Browser Realm Browser is a viewer and editor for .realm data store files. I..
hello-bryan.tistory.com
'apple > iOS, UIKit, Documentation' 카테고리의 다른 글
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 |