xcode
そのままビルドしてもPROJECT側にエラーが出る場合
・Automatically manage signingにチェックを入れる
・Signng→Teamのとこは自分のアカウント(または有効なアカウント)に切り替える
・Identity→Bundle 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