LoginSignup
0
1

More than 5 years have passed since last update.

EurekaのSwift 2.3対応の最終バージョンの指定の仕方

Posted at

フォームを早く作るためのOSS、Eurekaがある。
EurekaのSwift 2.3サポートの最終バージョンは Eureka 1.7である。
これを利用するためにはSwift2.3ブランチから導入する。
Podfileの指定の仕方は次の通り。

pod 'Eureka' , :git => 'https://github.com/xmartlabs/Eureka', :branch => ‘swift2.3’

ブランチを指定せずに単純に1.7をインストールしようとすると、Swift 3用のソースコードが適用されてしまうのでご注意。

0
1
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
0
1