Error itms-90035 - Xcode

后端 未结 16 1197
栀梦
栀梦 2020-12-02 15:02

I have developed a phonegap application which is running absolutely fine on iPhone. Now, I want to submit the app to the appstore. Following is the procedure I am following

16条回答
  •  死守一世寂寞
    2020-12-02 15:39

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

    You may either upgrade to sdk 5.2.0 or delete the file and remove the following 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 
    

    Thanks

提交回复
热议问题