2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[iOSアプリ開発] 開発に必要なものいろいろ

Posted at

iOSアプリの開発に必要なものいろいろ

#Apple ID
App StoreへのアクセスやApple Developer Programへの登録に必要になるので、Apple IDを作成する

#Apple Developer Program
iCloud, APNsなどを利用するアプリの開発、ベータ版のダウンロードする場合は、
Apple Developer Program登録する

Xcode

Mac App Storeからインストール、または、インストーラー(.xip)をダウンロード

Java 8

インストーラー(.dmg)をダウンロード

Doxygen

インストーラー(.dmg)をダウンロード

Homebrew

Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew -v

#Gcovr
Gcovr

curl -O https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py --proxy="proxy.example.com:8080"
sudo pip install gcovr
 
gcovr --version

CocoaPods

CocoaPods

sudo gem install cocoapods
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?