yasasii-team / Stepippo-iOS

初めての一歩を応援するアプリのiOS版
https://github.com/yasasii-team/Stepippo-iOS.git
21 stars 5 forks source link

[開発者全員]Carthageのbootstrapコマンドでライブラリ環境を揃える #76

Closed riscait closed 4 years ago

riscait commented 5 years ago

Carthageの導入については #35 を参照

完了したら、コメントでその旨を書き、アサインを外してください👌

必要性

Carthageで導入したライブラリのビルド成果物はリポジトリに含めていないため、各員手元での ビルドが必要

期待値

以下のライブラリをビルドし、エラーなくライブラリ使うことができる

タスク内容

Koki-Nakamura commented 5 years ago

@Riscait 対応完了しました!

eyener3 commented 5 years ago

完了しました^-^💡

naipaka commented 5 years ago

スミマセン… Cartfile.resolvedがあるディレクトリで$ carthage bootstrap —platform iOSを打つと

「 No entry found for dependencies ios, —platform in Cartfile.resolved – please run carthage update if the dependency is contained in the project's Cartfile. 」

と出てきます。 文に従ってcarthage updateしちゃったんですが、あってますか…? 一応最新のmasterブランチで、エラーなくビルドできることは確認できました!

riscait commented 5 years ago

あいなーさんの時と同じエラー文ですね! @eyener3 の時は確か —platform iOS抜きの carthage bootstrapのみでやったような覚えがあります🤔 同じバージョンのフレームワークが導入できていて、エラーが出ていなければ問題ないかと思います!

naipaka commented 5 years ago

そうだったのですね!ありがとうございます!

バージョン違ったので、もう一度 carthage bootstrap で再度導入しました! 完了したのでアサイン外します!

riscait commented 5 years ago

おぉ、成功して良かったです…! 情報共有ありがとうございます😊

Sent with GitHawk

Sab-swiftlin commented 5 years ago

対応しました。

minmin0530 commented 5 years ago

対応しました!

riscait commented 5 years ago

ヨシキさん、アサインしておきましたー!