2022-11-01から1ヶ月間の記事一覧

gitでローカルのfeature/~ブランチのみ削除

git branch | grep feature | xargs git branch -D でいけるgit branchでブランチ名を全部出力して、それをgrepして、xargsに渡しているだけ。

AdMobを更新したらdoes not contain bitcodeと言われてXCodeでビルドエラーが出るようになった

だいたい以下のようなエラー文 GoogleAppMeasurement/WithoutAdIdSupport/GoogleAppMeasurement.framework/GoogleAppMeasurement(APMAdExposureReporter.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BIT…