Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【あいなー】Carthageを使ってRealmライブラリを導入する #116

Closed
eyener3 opened this issue May 7, 2019 · 21 comments
Closed
Assignees
Labels
enhancement 新しい機能あるいはそのリクエストです

Comments

@eyener3
Copy link
Contributor

eyener3 commented May 7, 2019

必要性

期待値

タスク内容

その他の情報

関連Issue #24

参考URL・画像など

@eyener3 eyener3 added the enhancement 新しい機能あるいはそのリクエストです label May 7, 2019
@eyener3 eyener3 added this to the 第7回MTGまでのタスク milestone May 7, 2019
@eyener3 eyener3 self-assigned this May 7, 2019
@eyener3 eyener3 added this to ToDo in [あいなー]タスク進捗画面 via automation May 7, 2019
@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

できる限りの事はやってみましたが、
エラーのままになってしまいます..><

明日に間に合わせようと思っていますが
難しかったら、申し訳ありません。。m(._.)m
スクリーンショット 2019-05-07 17 31 50

スクリーンショット 2019-05-07 17 27 39

スクリーンショット 2019-05-07 17 29 20

@riscait
Copy link
Contributor

riscait commented May 7, 2019

画像1枚目見てまず気になったのが、新しいブランチ切るとき、masterから切っていなそうに見えます🤔
新しいIssueに取り掛かるときは「最新のmaster」から切るようにしましょう!
方法は分かりますか?

Sent with GitHawk

@riscait
Copy link
Contributor

riscait commented May 7, 2019

②あいなーさんがするべきなのはcarthage updateではなく、carthage bootstrapコマンドです。
carthageはすでにインストールされているようですし、cartfileもすでにプロジェクトに追加されています👌

Sent with GitHawk

@riscait
Copy link
Contributor

riscait commented May 7, 2019

#24 は誰か一人がやれば良いタスクで、僕が実施したので不要なタスクです。
あいなーさんに必要なのは#76 となります。
そして、#76 は新たにブランチを切る必要がないタスクです👍

Sent with GitHawk

@riscait
Copy link
Contributor

riscait commented May 7, 2019

画像2,3枚目で行なっているXcodeでのフレームワークの追加は、#24 など、誰か一人がやれば良いタスクなので #76 では必要ないです🙆‍♂️
もうすでにフレームワークあるので同じのが2つになってますよね?

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

ありがとうございます^-^!

やっている手順としては、
①Xcodeでカレントからmasterへチェックアウト
②masterからブランチを切る
③作業開始

今回の導入系のことは、
①Xcodeでカレントからmasterチェックアウト
②masterからブランチを切る
③ターミナルでgit branch をすると、Xcodeでのブランチが存在しないため、ターミナル上でも同じブランチを切ってから、導入を試みました。

#24 のIssueについては理解できました^-^
ゴチャゴチャになってしまっていて、
不要な作業をしていたようですね...><

#76 もブランチ不要なのですね💡
#76 のIssueをやってみようと思います🙆‍♀️

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

こちらcloseしますね><💡

@eyener3 eyener3 closed this as completed May 7, 2019
[あいなー]タスク進捗画面 automation moved this from ToDo to Done May 7, 2019
@riscait
Copy link
Contributor

riscait commented May 7, 2019

③がかなり怪しいですね…
同じブランチがないのはおかしいです。
もしかして、Xcodeとターミナルで別々のすてぴっぽプロジェクトを見てたりしませんか…?👀

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

③がかなり怪しいですね…
同じブランチがないのはおかしいです。
もしかして、Xcodeとターミナルで別々のすてぴっぽプロジェクトを見てたりしませんか…?👀

Sent with GitHawk

③おかしいですよね..><。
もう一度プロジェクトが正しいか、
確認してみようと思います🙇🏻‍♀️💡

@riscait
Copy link
Contributor

riscait commented May 7, 2019

ですね!それでダメなら…

プロジェクト削除→クローンし直し→carthage bootstrap
は試しましたか?

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

mba:Stepippo-iOS katouayana$ git branch
  Add_ProgTabBarItem
  Add_Progstoryboard_UIParts
  Add_Progstoryboard_controller
  Add_Realm_to_Carthage
  Add_SwiftLint
  Add_progFile
* master

Xcodeの方ではなく、
Stepippoの方にありました^-^💡

@riscait
Copy link
Contributor

riscait commented May 7, 2019

ん?先にターミナルでブランチ切って、xcodeで見たら無かったということですか?🤔

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

ん?先にターミナルでブランチ切って、xcodeで見たら無かったということですか?🤔

Sent with GitHawk

先にxcodeでブランチを切って、
ターミナルでの導入時にブランチを確認したら切ったブランチがなかった、
ということです^-^!

先日の再クローン以来、クローンはしていないですねっ
Finder上のスクショも貼りますねっ
スクリーンショット 2019-05-07 19 24 43
スクリーンショット 2019-05-07 19 24 49

@riscait
Copy link
Contributor

riscait commented May 7, 2019

1枚目画像
ここにCartfileなどあるのはおかしいですね!

というかその前に一番上の画像をもう一度見てみたら、ターミナルの作業パスがStepippじゃなくてXcodeじゃないですか笑

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

1枚目画像
ここにCartfileなどあるのはおかしいですね!

というかその前に一番上の画像をもう一度見てみたら、ターミナルの作業パスがStepippじゃなくてXcodeじゃないですか笑

Sent with GitHawk

本来、Stepippoが作業パスでしたね^-^💡
混乱していたようです
もう大丈夫かと思われます^-^🙏
お騒がせいたしました><

@riscait
Copy link
Contributor

riscait commented May 7, 2019

GitHawk Upload by Riscait

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

ありがとうございます..😿🙏

@riscait
Copy link
Contributor

riscait commented May 7, 2019

GitHawk Upload by Riscait

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

それが原因で、エラーが消えなかったり、
コマンド打ってもエラーになっていたのですね><

すぐ混乱してしまいますね、、申し訳なかったです😿
次こそ、成功させたいと思います!

@riscait
Copy link
Contributor

riscait commented May 7, 2019

とんでもないです!原因がわかってよかった✨

Sent with GitHawk

@eyener3
Copy link
Contributor Author

eyener3 commented May 7, 2019

とんでもないです!原因がわかってよかった✨

Sent with GitHawk

本当にありがとうございます。。( ; ; )!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 新しい機能あるいはそのリクエストです
Development

No branches or pull requests

2 participants