Not able to install siesta 1.4.2

111 views Asked by At

Not able to install siesta 1.4.2. By default, it is installing 1.1.1.

Also getting below error with 1.1.1

:-1: unexpected duplicate task: CompileXIB /Users/volansys/Documents/workspace/Projects/Rheem_2/RheemEcoNet/Pods/Siesta/Source/SiestaUI/ResourceStatusOverlay.xib (in target 'Siesta')

1

There are 1 answers

0
TheAlienMann On

I think you have to update your pod, your pod is using the 1.1.1 version of the Siesta, meaning it is fetching the 1.1.1 version. I just did a pod install with

pod 'Siesta'

inside my pod file and I got the 1.4.0 version of it. try to update your pod with the following command

[sudo] gem install cocoapods

this will update it! I know it looks strange but that's what they say in their website!