HomeiOS Developmentios - Hassle with Crashlytics Debug Symbols + Xcode Cloud

ios – Hassle with Crashlytics Debug Symbols + Xcode Cloud


I construct my app with Xcode Cloud. Within the ci_scripts in ci_post_xcodebuild.sh file I’ve the next:

#!/bin/sh
set -e
if [[ -n $CI_ARCHIVE_PATH ]];
then
    echo "Discovered legitimate archive path, attempting to add dSYMs."
    echo "Begin importing dSYMs"

    cd ..

    $CI_DERIVED_DATA_PATH/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/upload-symbols -gsp MyApp/SupportingFiles/GoogleService-Information.plist -p ios $CI_ARCHIVE_PATH/dSYMs
else
    echo "Archive path is not out there. Unable to run dSYMs importing script."
fi 

this appears to work okay, besides:

image that show there are over 1191 unprocessed crashes, with 243 missing dSYMs

And I’ve bitcode disabled.

So how do I replace the script to search out and add these lacking dSYMs? I truthfully have no idea the place the remaining might reside or be

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments