iT邦幫忙

2023 iThome 鐵人賽

DAY 4
0

如何匯入Realm的資料庫套件
1.首先先在桌面建立一個xcode project
2.再來打開終端機 cd 資料夾路徑https://ithelp.ithome.com.tw/upload/images/20230823/20161849rncwPDBYGk.png
3.輸入 pod init
輸入完之後打開資料夾可以看到多了Podfilehttps://ithelp.ithome.com.tw/upload/images/20230823/201618494EiNDc2xPU.png
4.接著在終端機上繼續輸入 vim Podfile
enter進入後會看到以下圖片所示https://ithelp.ithome.com.tw/upload/images/20230823/20161849e4b2LM0hDJ.png
5.之後接著在pod for test 下一行輸入以下文字 pod 'RealmSwift', '10.xx.x'
後面的10.xx.x是版本,按下 i 進入編輯,輸入完之後按下esc鍵,輸入 :wq 離開https://ithelp.ithome.com.tw/upload/images/20230823/20161849q9Q6ahVUH7.png
6.接著回到原畫面輸入以下指令安裝 pod installhttps://ithelp.ithome.com.tw/upload/images/20230823/201618491LK8S1et0B.png
7.這樣就安裝成功了,可以在資料結裡看到白色的.xcworkspace檔https://ithelp.ithome.com.tw/upload/images/20230823/20161849KzGTSM9msU.png
8.按下白色的.xcworkspace檔進入時,可能要等一下才會把xcodeproj檔的資料匯入

下一篇再來介紹Realmy資料庫的一些基本用法


上一篇
Day3調色盤3
下一篇
Day5 Realm2
系列文
swift 新手路程30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言