Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to upload application because of .sh file of Crittercism

We are using Crittercism SDK since last 2 years and we are successfully able to upload application. Since last 2 days, we are not able to upload application with Crittercism because of dsym_upload.sh file.

Anyone getting same issue...!!!

enter image description here

like image 309
iPhone developer. Avatar asked Apr 23 '15 07:04

iPhone developer.


1 Answers

This issue is resolved in CrittercismSDK 5.2.0 CocoaPods spec: https://github.com/CocoaPods/Specs/blob/master/Specs/CrittercismSDK/5.2.0/CrittercismSDK.podspec.json

If you don't want to upgrade to 5.2.0, then just delete the file and remove these lines from the Pods-resources.sh file

if [[ "$CONFIGURATION" == "Debug" ]]; then install_resource "CrittercismSDK/CrittercismSDK/dsym_upload.sh" fi if [[ "$CONFIGURATION" == "Release" ]]; then install_resource "CrittercismSDK/CrittercismSDK/dsym_upload.sh" fi

like image 161
Critter Sid Avatar answered Jan 01 '23 01:01

Critter Sid