MacでHomebrewを使用したDocker Desktopのインストールエラー対処法(xattr: [Errno 1])

はじめに MacにHomebrewでDocker Desktopをインストールしようとすると、以下のようなエラーが発生しました。 % brew install –cask docker Error: Failure w …

Continue reading ‘MacでHomebrewを使用したDocker Desktopのインストールエラー対処法(xattr: [Errno 1])’ »

「Build Type ‘debug’ contains custom BuildConfig fields」エラーの対策

問題 Android Studioでアプリをビルドすると、以下のようなエラーが発生しました。 Build Type ‘debug’ contains custom BuildConfig fields, but the …

Continue reading ‘「Build Type ‘debug’ contains custom BuildConfig fields」エラーの対策’ »

LaravelでStorageのtemporaryUrlをモック化する方法

Laravelを使用していると、S3ストレージのtemporaryUrlメソッドを利用する場面が出てきます。 しかし、ユニットテスト環境では実際のS3にアクセスするのではなく、このtemporaryUrlをモック化してテ …

Continue reading ‘LaravelでStorageのtemporaryUrlをモック化する方法’ »