I have an existing Podfile that specifies one framework. I want to add another, using CocoaPods.
At this point, I have modified the existing Podfile (using Xcode) to specify the new framework. Following instructions in the accepted answer to this question, I get this response in Terminal
[!] You cannot run CocoaPods as root. (CLAide::Help)
Can someone please put me on the right track, hopefully with simple step by step instructions for my simple brain? I've only used Terminal once before, when I installed CocoaPods and my existing framework, a process for which I successfully followed the tutorial here, but it was intended for creating the Podfile from scratch.
Many thanks!
pod "MagicalRecord"... I forgot that I had removed the spec I was attempting to add.