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')
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
inside my pod file and I got the 1.4.0 version of it. try to update your pod with the following command
this will update it! I know it looks strange but that's what they say in their website!