以前、「cocoapods」を導入しましたが、OSのバージョンアップと
Xcodeのバージョンアップでどうも再設定が必要となったようです。
#オモチャ箱の実装で、JSONのframeworkがPods対応になっていたので。
ということで、下記を実行。
ふぅ。
Xcodeのバージョンアップでどうも再設定が必要となったようです。
#オモチャ箱の実装で、JSONのframeworkがPods対応になっていたので。
ということで、下記を実行。
MacBook-Air:xcode hogehoge$ sudo gem update --system
Updating rubygems-update
Fetching: rubygems-update-2.4.6.gem (100%)
Successfully installed rubygems-update-2.4.6
Parsing documentation for rubygems-update-2.4.6
Installing ri documentation for rubygems-update-2.4.6
Installing darkfish documentation for rubygems-update-2.4.6
Installing RubyGems 2.4.6
RubyGems 2.4.6 installed
Parsing documentation for rubygems-2.4.6
Installing ri documentation for rubygems-2.4.6
・・・
RubyGems installed the following executables:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/gem
Ruby Interactive (ri) documentation was installed. ri is kind of like man
pages for ruby libraries. You may access it like this:
ri Classname
ri Classname.class_method
ri Classname#instance_method
If you do not wish to install this documentation in the future, use the
--no-document flag, or set it as the default in your ~/.gemrc file. See
'gem help env' for details.
RubyGems system software updated
MacBook-Air:Xcode hogehoge$ sudo xcode-select --install
xcode-select: note: install requested for command line developer tools
MacBook-Air:TweetMap hogehoge$ sudo gem install cocoapods
Password:
Fetching: nap-0.8.0.gem (100%)
Successfully installed nap-0.8.0
・・・
Parsing documentation for cocoapods-0.35.0
Installing ri documentation for cocoapods-0.35.0
20 gems installed
MacBook-Air:TweetMap hogehogoe$ pod install
Analyzing dependencies
CocoaPods 0.36.0.beta.2 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.
Downloading dependencies
Installing SBJson (4.0.1)
Generating Pods project
Integrating client project
[!] From now on use `TweetMap.xcworkspace`.
ふぅ。