Cannot Install Realm on Pod

Asked 2 years ago, Updated 2 years ago, 120 views

When installing RealmSwift from pod, the following error occurs and cannot be installed:

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:nonexecutable: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

I would appreciate it if someone could tell me how to fix it.

swift realm

2022-09-30 21:24

1 Answers

 pod 'RealmSwift'

Why don't you change the '' in to ''?


2022-09-30 21:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.