我正在尝试通过自定义脚本解码 Codemagic 上的环境变量值并得到下一个错误:
post-clone script failed on base64 decode. The command could not be found
我使用的脚本:
#!/bin/sh
echo $ANDROID_FIREBASE_JSON | base64 --decode > $FCI_BUILD_DIR/android/app/google-services.json
echo $IOS_FIREBASE_JSON | base64 --decode > $FCI_BUILD_DIR/ios/Runner/GoogleService-Info.plist