0
0

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.

githubからcloneした(第3者が製作した)リポジトリを扱う際に詰まった点

Last updated at Posted at 2019-07-10

xcode

そのままビルドしてもPROJECT側にエラーが出る場合
Automatically manage signingチェックを入れる
SignngTeamのとこは自分のアカウント(または有効なアカウント)に切り替える
IdentityBundle Identifierのところは独自の名前にする(ex. com.hogehoge.アプリ名)

sourceTree,Github

ブランチにチェックアウトしたい時

error: Your local changes to the following files would be overwritten by checkout

と出たら、とりあえずcommitする(pushはしない)

随時書き足します

参考記事

【Git】checkout時に、「error: Your local changes to the following files would be overwritten by checkout: 」|Koushi Kagawa 😊|note
git checkout で error: Your local changes to the following files would be overwritten by checkoutと言われる解決方法 - Qiita

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?