firebase でクラッシュ レポートを実装しようとしています。ドキュメント hereに従いました。そして、ダウンロードした息子ファイルの名前をServiceAccount.json
. 次に、それをプロジェクトディレクトリにコピーしました。スクリプトも変更。今私のビルド段階の実行スクリプトは次のようになります
# Replace this with the GOOGLE_APP_ID from your GoogleService-Info.plist file
GOOGLE_APP_ID=1:.....#my app id
# Replace the /Path/To/ServiceAccount.json with the path to the key you just downloaded
"${PODS_ROOT}"/FirebaseCrash/upload-sym "ServiceAccount.json"
しかし、プロジェクトをビルドしようとすると、ビルドエラーが発生します
Unexpected argument 'ServiceAccount.json'
usage: /Users/<full path>/Pods/FirebaseCrash/upload-sym [-h] [-v] [-w|-e]
Command /bin/sh failed with exit code 2
私のステップのどこが悪いのですか?