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