Ios Build error - PhaseScriptExecution Crashlytics

error encountered during ios build.

UserError: The following build commands failed:
PhaseScriptExecution Crashlytics /Users/vagrant/Library/Developer/Xcode/DerivedData/…

I have the firebasex plugin installed as below:

<plugin name="cordova-plugin-firebasex" >
    <variable name="IOS_STRIP_DEBUG" value="true" />
    <variable name="FIREBASE_ANALYTICS_COLLECTION_ENABLED" value="false" />
    <variable name="FIREBASE_PERFORMANCE_COLLECTION_ENABLED" value="false" />
    <variable name="FIREBASE_CRASHLYTICS_COLLECTION_ENABLED" value="false" />
    <variable name="SETUP_RECAPTCHA_VERIFICATION" value="true" />
</plugin>

If you review your log, you will see the following error:

error: Could not get GOOGLE_APP_ID in Google Services file from build environment

Does your google services file contain a GOOGLE_APP_ID?

I just realised I forgot to include the .plist file for ios build.

I see - is everything working now?

Yeah. Thanks for the quick save