본문 바로가기
반응형

Realm4

[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. It allows developers implementing Realm in their apps to easily view and debug the contents of the .realm files their apps have created. Features: - View all of the objects in a .realm fi apps.apple.com "열기"를 누르면 요.. 2022. 8. 16.
[IOS] Realm Studio 설치하기 Realm Studio 설치하기 아래 링크에서 버전을 확인하고 다운로드 받습니다. 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 제가 설치할 때는 12.0.0 버전이 최신 버전이었습니다. (최신버전이 꼭 좋은것만은 아닙니다) mac 설치 파일인 .dmg 파일을 다운로드 받고 설치합니다. dmg 설치 방법은... 다 아시죠?? 사용하기 realm 파일에서 우클릭 -> 다음으로 열기 -> Realm Studio 그럼 Realm Stud.. 2022. 8. 16.
[IOS] Objective-C 에서 Realm 사용하기 Realm Objective-C, Swift 에서 사용하기 직접 테스트 해보시려면 아래 두 링크를 참고하세요. 한 프로젝트에서 Objective-C, Swift 둘 다 사용하기 [IOS (Swift, Objective-c)] - [IOS] Objective-c, Swift 혼합 프로젝트 CocoaPod 설치, Realm 설치 [IOS (Swift, Objective-c)] - [IOS] CocoaPod 설치. 프로젝트 설정하기 [참고] realm 이란? Objective-C 에서 Realm 사용하기 Objective-C ViewController.m 에서 (전체 소스는 하단에 접은글에 있습니다.) import #import Model 객체 정의 // Define your models @interface .. 2022. 2. 5.
[IOS] CocoaPod 설치. 프로젝트 설정하기 Swift, Objective-C 에서 코코아팟을 이용해 라이브러리를 쉽게 설치/사용. npm, Nuget... 이런거랑 비슷하죠. 1. 설치 맥에서 터미널을 열고, 아래 명령어를 실행합니다. >> sudo gem install cocoapods 2. 프로젝트에서 코코아팟 사용하도록 설정 계속해서 터미널에서, Xcode 프로젝트가 있는 위치로 이동합니다. >> pod init 별 메시지 없이 끝나네요. Podfile 이 생겼습니다. 이 파일을 생성해서 원하는 라이브러리를 입력하고 설치할 수 있습니다. Realm 을 추가해보겠습니다. 파일을 저장하고, 터미널에서 install 하기 전에 코코아팟이 최신버전의 Realm 을 받아올 수 있도록 업데이트 해줍니다. >> pod repo update 그리고 pod.. 2022. 2. 5.
728x90
반응형