Nativescript-plugin-firebase: Crashlytics: "Configure Crashlytics" build step phase added multiple times

Created on 17 May 2018  路  4Comments  路  Source: EddyVerbruggen/nativescript-plugin-firebase

I just noticed that the installer/postinstall scripts keep adding the "Configure Crashlytics" build step phase to the Xcode project every time the project gets prepared.

In my case I had 10+ entries "Configure Crashlytics" in tehe Build Phases tab (this does not happen on CI server as it always does a clean build but on my local machine this issue appeared)

Crashlytics bug iOS

Most helpful comment

I can confirm this happens when running tns run ios multiple times. The node xcode lib doesn't check for duplicates so it boldly adds the build phase again and again.

All 4 comments

Thanks for reporting this, I鈥檒l look into it.

I can confirm this happens when running tns run ios multiple times. The node xcode lib doesn't check for duplicates so it boldly adds the build phase again and again.

I'm seeing this error still.

yes, it re-appeared. Each new after-prepare phase adds an additional "Configure Crashlytics" steps to the Xcode project.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vchimev picture vchimev  路  3Comments

SBD580 picture SBD580  路  3Comments

NickIliev picture NickIliev  路  3Comments

tsili852 picture tsili852  路  3Comments

WaseemAhmadZ picture WaseemAhmadZ  路  3Comments