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)
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.
Most helpful comment
I can confirm this happens when running
tns run iosmultiple times. The nodexcodelib doesn't check for duplicates so it boldly adds the build phase again and again.