SwiftでRealmを使用したい
CocoaPodsやRealm,いくつかの説明サイトを見てRealmをRealmTestというswiftのプロジェクトにインストールしようと"pod install"を実行したのですが、以下のようなエラーが毎回発生し、先に進めません。
発生している問題・エラーメッセージ
PC:RealmTest ユーザ$ pod install Analyzing dependencies Downloading dependencies Installing Realm (5.3.4) [!] Error installing Realm [!] /Users/ー/.pyenv/shims/git clone https://github.com/realm/realm-cocoa.git /var/folders/94/q28zfm314dj73063lmbxwd0h0000gn/T/d20200819-97532-100o4fb --template= --single-branch --depth 1 --branch v5.3.4 pyenv: git: command not found The `git' command exists in these Python versions: anaconda3-4.0.0/envs/opencv_conda Note: See 'pyenv help global' for tips on allowing both python2 and python3 to be found. [!] Automatically assigning platform `iOS` with version `13.6` on target `RealmTest` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`. MBP-TR:RealmTest tsujiryouhei$ pod repo update Updating spec repo `trunk` CocoaPods 1.10.0.beta.2 is available. To update use: `sudo gem install cocoapods --pre` [!] This is a test version we'd love you to try. For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.10.0.beta.2
###Podfileの内容
use_frameworks! target 'RealmTest' do pod 'RealmSwift' end
試したこと
https://medium.com/@loooooovingyuki/swiftでrealm-databaseを使う-4c8b94524bf3
https://qiita.com/chan_naruwo/items/798e30d840bdca3edd8c
https://guides.cocoapods.org/syntax/podfile.html#platform
https://realm.io/docs/swift/latest
などのサイトの方法を試しました
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。