146th Day As An iOS Developer - The Day I Had My Evaluation Exam

A Ruby Gem

April 7, 2016 - 146th Day As An iOS Developer - The Day I Had My Evaluation Exam


THURSDAY - So I made a project today. Remember I mentioned yesterday in my blog post that I will be having an evaluation exam today? I decided to have pods for easy integrating of pods, yeah Pods. Thanks to this. Updating the third party libraries is now easy. I just love pods. I learned having pods from sir P. But I think, the CTO and other senior developers do not use Pods.

I have a stuff to share, this is how you install pods in your machine. To start using pods, use these commands in your Terminal. I think my pods or ruby gems were deleted when I updated my OS to El Capitan.

$ mkdir -p $HOME/Software/ruby
$ export GEM_HOME=$HOME/Software/ruby
$ gem install cocoapods
[...]
1 gem installed
$ export PATH=$PATH:$HOME/Software/ruby/bin
$ pod --version
0.38.2

I think I will just share what happened to me today in my evaluation exam tomorrow in my next blog post (Friday). Please read it :)

FIN.

Post a Comment