5

Following this link, am trying to create a sample project given in the link.

I created the pod file as given in the link but when I install the pod, I get the following error:

    [!] Error installing boost
[!] /usr/bin/tar xfz /Volumes/DATA/../cineio-broadcast/Pods/boost/file.tgz -C /Volumes/DATA/../cineio-broadcast/Pods/boost

tar: Unrecognized archive format

tar: Error exit delayed from previous errors.

Error screenshot is attached below: enter image description here

Where am I getting wrong? How do I solve this?

z22
  • 10,013
  • 17
  • 70
  • 126

1 Answers1

3

First of all look at source url in boost podspec file: https://github.com/CocoaPods/Specs/blob/master/Specs/boost/1.59.0/boost.podspec.json

It could be unreachable from your network.

Timur Mustafaev
  • 4,869
  • 9
  • 63
  • 109