Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pod boost install error tar: Unrecognized archive format

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?

like image 541
z22 Avatar asked Oct 19 '22 17:10

z22


1 Answers

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.

like image 52
Timur Mustafaev Avatar answered Oct 22 '22 21:10

Timur Mustafaev