CocoaPods

Swiftで書かれたiOSアプリをTravis CIでビルドしてFabric Beta / TestFlightで配信する

Swiftで書かれたiOSアプリをTravis CIでビルドしてFabric Betaで配信するまでのポイントまとめ。 .travis.ymlのlanguageはobjective-cにする Swiftで書かれたiOSアプリの場合は、.travis.ymlにこんな感じに書きたいところだが、 language: swift以下のエラー…

複数のXcodeをインストールして、CocoaPodsの設定に失敗する事象

% bundle init% vi Gemfilegem 'cocoapods'% bundle install% bundle exec pod setup% vi Podfiletarget 'xxxxxxxx' do pod 'OpenSSL'end% bundle exec pod install としたときに ・・・Building openssl-1.0.2d for iPhoneSimulator 8.4 i386Please stand b…