I'm trying to upload dSYM file from the UI https://mint.splunk.com/dashboard/project/XXX/settings/dsyms but getting an error:
"Access to XMLHttpRequest at 'https://ios.splkmobile.com/api/v1/dsyms/upload' from origin 'https://mint.splunk.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
Also, the list of dSYM shows only 4 dSYM files from 2017, but we upload a new one together with the build every month.
I'm using Fastlane to upload the dSYM file more details:
https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/splunkmint.rb
Looks like Fastlane uses the same API(https://ios.splkmobile.com/api/v1/dsyms/upload) than the Splunk Mint UI.
From the logs, Fastlane uploaded the file successfully, but the file does not appear on that dSYM list.
↧