PodでRealmがインストールできない
podからRealmSwiftをインストールする際に以下のエラーが出てインストールできません。
Swift 3.0
pod 1.2.1
podfile
target 'realmTester' do
use_frameworks!
pod ‘RealmSwift’
end
$pod install
Analyzing dependencies
Downloading dependencies
Installing Realm (2.6.2)
[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup
core is not a symlink. Deleting...
Downloading dependency: sync 1.5.2
tar (child): xz: exec 不能: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
どなたか直し方を教えて頂けると幸いです。