我nativescript-plugin-firebase
在我的ios应用程序上使用。我不能使用 nativescript-sidekick 云构建。它给了我这个奇怪的错误,我真的不知道如何处理这个:
[20-02-06 01:33:31.307] (CLI) + 553 hidden modules
[20-02-06 01:33:31.307] (CLI) Webpack compilation complete.
[20-02-06 01:33:33.357] (CLI) nativescript-plugin-firebase: /private/tmp/builds/_/228b3241ee6b0e8e978a529a92f93dabc2c54d59/6.3.3/6.3.0/App/platforms/ios/.pluginfirebaseinfo not found, forcing prepare!
[20-02-06 01:33:33.357] (CLI) nativescript-plugin-firebase: running release build or change in environment detected, forcing prepare!
[20-02-06 01:33:33.357] (CLI) nativescript-plugin-firebase: /private/tmp/builds/_/228b3241ee6b0e8e978a529a92f93dabc2c54d59/6.3.3/6.3.0/App/app/App_Resources/iOS/GoogleService-Info.plist does not exist. Please follow the installation instructions from the documentation
[20-02-06 01:33:33.357] (CLI) undefined
[20-02-06 01:33:33.357] (CLI) Failed to execute hook: /private/tmp/builds/_/228b3241ee6b0e8e978a529a92f93dabc2c54d59/6.3.3/6.3.0/App/hooks/before-checkForChanges/firebase-copy-google-services.js.
[20-02-06 01:33:35.895] (CLI) undefined
[20-02-06 01:33:35.895] (CLI) Failed to execute hook: /private/tmp/builds/_/228b3241ee6b0e8e978a529a92f93dabc2c54d59/6.3.3/6.3.0/App/hooks/before-checkForChanges/firebase-copy-google-services.js.
[20-02-06 01:33:46.312] Build step completed.
[20-02-06 01:33:46.316] Build failed. Build failed. Reason is: 'Build failed with error code 2'. Additional information: [00:01:25.681] [WARN] undefined
[00:01:25.687] [WARN] Failed to execute hook: /private/tmp/builds/_/228b3241ee6b0e8e978a529a92f93dabc2c54d59/6.3.3/6.3.0/App/hooks/before-checkForChanges/firebase-copy-google-services.js.
[00:01:27.076] [ERROR] undefined
Failed to execute hook: /private/tmp/builds/_/228b3241ee6b0e8e978a529a92f93dabc2c54d59/6.3.3/6.3.0/App/hooks/before-checkForChanges/firebase-copy-google-services.js.
'Build failed with error code 2'.
我应该如何调试这个?