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:
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