<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatically uploading iOS dSYMs on Xcode build phase in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247799#M6049</link>
    <description>&lt;P&gt;Hi Patrick,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. For now I decided to just download the DSS client from the website and add it to our codebase. However, when I try to execute it via our build phase or via terminal&lt;/P&gt;&lt;PRE&gt;./DTXDssClient -h&lt;/PRE&gt;&lt;P&gt;I'm getting the following output&lt;/P&gt;&lt;PRE&gt;dyld[10639]: Library not loaded: @rpath/LLDB.framework/Versions/A/LLDB&lt;BR /&gt;Referenced from: &amp;lt;BEF7289E-E6CA-3B70-8BDA-244E09C817CE&amp;gt; /Users/raph/Workspace/iOS/iOS/scripts/DTXDssClient&lt;BR /&gt;Reason: tried: '/Users/raph/Workspace/iOS/iOS/scripts/LLDB.framework/Versions/A/LLDB' (no such file), '/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file), '/Users/raph/Workspace/iOS/iOS/scripts/LLDB.framework/Versions/A/LLDB' (no such file), '/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file)&lt;/PRE&gt;&lt;P&gt;It looks like the executable is trying to find the LLDB.framework and I believe it can't because my Xcode is called "Xcode 15.2" instead of just "Xcode". Is there a way to pass the path? Or would the alternative be to paste the framework inside our repo as well?&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 02:56:14 GMT</pubDate>
    <dc:creator>roliveira_ww</dc:creator>
    <dc:date>2024-06-10T02:56:14Z</dc:date>
    <item>
      <title>Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247632#M6044</link>
      <description>&lt;P&gt;Hi Dynatrace team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our iOS project currently uses Firebase to process dSyms and capture crash reports. We use a build phase on our project that executes a script that the Firebase iOS SDK provides.&lt;/P&gt;&lt;PRE&gt;"&lt;SPAN class=""&gt;${BUILD_DIR%Build/*}&lt;/SPAN&gt;SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run"&lt;/PRE&gt;&lt;P&gt;We are now transitioning to Dynatrace and I'm looking on how to do the equivalent using the Dynatrace SDK.&lt;/P&gt;&lt;P&gt;Upon reading the documentation on&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/mobile-applications/analyze-and-use/upload-and-manage-symbol-files#ios-dssclient," target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/platform-modules/digital-experience/mobile-applications/analyze-and-use/upload-and-manage-symbol-files#ios-dssclient,&lt;/A&gt;&amp;nbsp;it says&lt;/P&gt;&lt;PRE&gt;The DSSClient is bundled with OneAgent, and you can find it in the release package under&amp;nbsp;Symbolication/DTXDssClient&lt;/PRE&gt;&lt;P&gt;Does it mean that we can access this DSSClient inside the Dynatrace Swift package that we have installed on our project?&lt;/P&gt;&lt;P&gt;I'm trying to mirror the Firebase command above to locate the application but I haven't been successful. Is there an example of how it would look like to invoke the DTXDssClient from Xcode build phase and Dynatrace installed via SPM?&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 05:03:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247632#M6044</guid>
      <dc:creator>roliveira_ww</dc:creator>
      <dc:date>2024-06-07T05:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247636#M6045</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;this seems to be an outdated statement as it is only valid if you manually add the agent - then you have it bundled in the downloaded zip file.&lt;/P&gt;&lt;P&gt;I suggest to fetch it via cluster UI:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/mobile-symbolication#get-dssclient" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/mobile-symbolication#get-dssclient&lt;/A&gt;&amp;nbsp;or in case you always want the latest version in CI you can use&amp;nbsp;&lt;A href="https://api.mobileagent.downloads.dynatrace.com/latest-dss-client" target="_blank" rel="noopener"&gt;https://api.mobileagent.downloads.dynatrace.com/latest-dss-client&lt;/A&gt;&amp;nbsp;to fetch the latest version (but keep in mind that this direct API does not perform a compatibility check like the webUI does in case you are using a managed cluster that is not running on latest version.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 05:48:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247636#M6045</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2024-06-07T05:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247799#M6049</link>
      <description>&lt;P&gt;Hi Patrick,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. For now I decided to just download the DSS client from the website and add it to our codebase. However, when I try to execute it via our build phase or via terminal&lt;/P&gt;&lt;PRE&gt;./DTXDssClient -h&lt;/PRE&gt;&lt;P&gt;I'm getting the following output&lt;/P&gt;&lt;PRE&gt;dyld[10639]: Library not loaded: @rpath/LLDB.framework/Versions/A/LLDB&lt;BR /&gt;Referenced from: &amp;lt;BEF7289E-E6CA-3B70-8BDA-244E09C817CE&amp;gt; /Users/raph/Workspace/iOS/iOS/scripts/DTXDssClient&lt;BR /&gt;Reason: tried: '/Users/raph/Workspace/iOS/iOS/scripts/LLDB.framework/Versions/A/LLDB' (no such file), '/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file), '/Users/raph/Workspace/iOS/iOS/scripts/LLDB.framework/Versions/A/LLDB' (no such file), '/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Versions/A/LLDB' (no such file)&lt;/PRE&gt;&lt;P&gt;It looks like the executable is trying to find the LLDB.framework and I believe it can't because my Xcode is called "Xcode 15.2" instead of just "Xcode". Is there a way to pass the path? Or would the alternative be to paste the framework inside our repo as well?&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 02:56:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247799#M6049</guid>
      <dc:creator>roliveira_ww</dc:creator>
      <dc:date>2024-06-10T02:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247802#M6050</link>
      <description>&lt;P&gt;Yes, this is because Xcode has a non-standard path. If our fastlane plugin is used this will be automatically fixed, but if you do not want to use fastlane you can manually link it.&lt;BR /&gt;The easiest workaround without changing the setup too much is to create a symlink posing as an Xcode installation from the default path e.g.&lt;/P&gt;&lt;P&gt;ln -s /path/to/Xcode\ 15.2/Applications/Xcode.app&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:42:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/247802#M6050</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2024-06-10T06:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/248705#M6063</link>
      <description>&lt;P&gt;Hey Patrick_H, thank you for your previous reply.&lt;/P&gt;&lt;P&gt;Our team decided to give it a try adding Fastlane and the Dynatrace Fastlane plugin to our project. We are currently experiencing an issue that would be much appreciated if you could help us out.&lt;/P&gt;&lt;P&gt;Below are the logs from Fastlane with the debugMode flag (please note I stripped some sensitive information):&lt;/P&gt;&lt;PRE&gt;[05:28:25]: ---------------------------------------&lt;BR /&gt;[05:28:25]: --- Step: dynatrace_process_symbols ---&lt;BR /&gt;[05:28:25]: ---------------------------------------&lt;BR /&gt;[05:28:25]: OS: ios&lt;BR /&gt;[05:28:25]: Version string: 2.63.0&lt;BR /&gt;[05:28:25]: Version: 0&lt;BR /&gt;[05:28:25]: Server URL: https://{environmentid}.live.dynatrace.com&lt;BR /&gt;[05:28:25]: Tempdir: &lt;BR /&gt;[05:28:25]: Symbols file path: /Users/runner/work/1/QA-dSYM&lt;BR /&gt;[05:28:25]: Checking AppFile for possible AppID&lt;BR /&gt;[05:28:25]: BundleID: example.com&lt;BR /&gt;[05:28:25]: Remote DSS client: https://{environmentid}.live.dynatrace.com&lt;BR /&gt;[07:39:22]: Tempdir: &lt;BR /&gt;[07:39:22]: Symbols file path: /Users/runner/work/1/QA-dSYM&lt;BR /&gt;[07:39:22]: Checking AppFile for possible AppID&lt;BR /&gt;[07:39:22]: BundleID: example.com&lt;BR /&gt;[07:39:23]: Remote DSS client: https://api.mobileagent.downloads.dynatrace.com/sprint-latest-dss-client/294&lt;BR /&gt;[07:39:27]: Unzipping fetched file with MD5 hash: b7f4d834d5a52afb698ae94e7fc842e5&lt;BR /&gt;[07:39:27]: Found a different remote DTXDssClient client. Removing local version and updating.&lt;BR /&gt;[07:39:27]: Successfully updated DTXDssClient.&lt;BR /&gt;[07:39:27]: No existing LLDB symlink at destination: dynatrace/LLDB.framework&lt;BR /&gt;[07:39:27]: Custom LLDB framework path `/Applications/Xcode_15.2.0.app/Contents/SharedFrameworks/LLDB.framework` exists.&lt;BR /&gt;[07:39:27]: Preparing to symlink custom LLDB framework path to: dynatrace&lt;BR /&gt;[07:39:27]: Creating a symlink of /Applications/Xcode_15.2.0.app/Contents/SharedFrameworks/LLDB.framework at /Users/runner/work/1/s/dynatrace/LLDB.framework&lt;BR /&gt;[07:39:27]: Unknown method 'print_command'&lt;BR /&gt;+---------------------------------------+&lt;BR /&gt;| Lane Context |&lt;BR /&gt;+------------------+--------------------+&lt;BR /&gt;| DEFAULT_PLATFORM | ios |&lt;BR /&gt;| PLATFORM_NAME | ios |&lt;BR /&gt;| LANE_NAME | ios dsym_upload_qa |&lt;BR /&gt;| VERSION_NUMBER | 2.63.0 |&lt;BR /&gt;| BUILD_NUMBER | 0 |&lt;BR /&gt;+------------------+--------------------+&lt;BR /&gt;[07:39:27]: To call another action from an action use `other_action.print_command` instead&lt;/PRE&gt;&lt;P&gt;We tried reading the open source code from the plugin but we couldn't figure out. Any help would be much appreciated, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 04:29:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/248705#M6063</guid>
      <dc:creator>roliveira_ww</dc:creator>
      <dc:date>2024-06-20T04:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/248706#M6064</link>
      <description>&lt;P&gt;We also tried without the&amp;nbsp;&lt;EM&gt;debugMode&lt;/EM&gt; flag and we get the following log:&lt;/P&gt;&lt;PRE&gt;[05:28:25]: ---------------------------------------&lt;BR /&gt;[05:28:25]: --- Step: dynatrace_process_symbols ---&lt;BR /&gt;[05:28:25]: ---------------------------------------&lt;BR /&gt;[05:28:25]: OS: ios&lt;BR /&gt;[05:28:25]: Version string: 2.63.0&lt;BR /&gt;[05:28:25]: Version: 0&lt;BR /&gt;[05:28:25]: Server URL: https://{environmentid}.live.dynatrace.com&lt;BR /&gt;[05:28:25]: Tempdir: &lt;BR /&gt;[05:28:25]: Symbols file path: /Users/runner/work/1/QA-dSYM&lt;BR /&gt;[05:28:25]: Checking AppFile for possible AppID&lt;BR /&gt;[05:28:25]: BundleID: example.com&lt;BR /&gt;[05:28:25]: Remote DSS client: https://api.mobileagent.downloads.dynatrace.com/sprint-latest-dss-client/294&lt;BR /&gt;[05:28:31]: Unzipping fetched file with MD5 hash: b7f4d834d5a52afb698ae94e7fc842e5&lt;BR /&gt;[05:28:31]: Found a different remote DTXDssClient client. Removing local version and updating.&lt;BR /&gt;[05:28:31]: Successfully updated DTXDssClient.&lt;BR /&gt;[05:28:31]: No existing LLDB symlink at destination: dynatrace/LLDB.framework&lt;BR /&gt;[05:28:31]: Custom LLDB framework path `/Applications/Xcode_15.2.0.app/Contents/SharedFrameworks/LLDB.framework` exists.&lt;BR /&gt;[05:28:31]: Preparing to symlink custom LLDB framework path to: dynatrace&lt;BR /&gt;[05:28:31]: Creating a symlink of /Applications/Xcode_15.2.0.app/Contents/SharedFrameworks/LLDB.framework at /Users/runner/work/1/s/dynatrace/LLDB.framework&lt;BR /&gt;[05:28:32]: Shell command exited with exit status 1 instead of 0.&lt;BR /&gt;+---------------------------------------+&lt;BR /&gt;| Lane Context |&lt;BR /&gt;+------------------+--------------------+&lt;BR /&gt;| DEFAULT_PLATFORM | ios |&lt;BR /&gt;| PLATFORM_NAME | ios |&lt;BR /&gt;| LANE_NAME | ios dsym_upload_qa |&lt;BR /&gt;| VERSION_NUMBER | 2.63.0 |&lt;BR /&gt;| BUILD_NUMBER | 0 |&lt;BR /&gt;+------------------+--------------------+&lt;BR /&gt;[05:28:32]: DTXDssClient finished with errors.&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Jun 2024 04:33:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/248706#M6064</guid>
      <dc:creator>roliveira_ww</dc:creator>
      <dc:date>2024-06-20T04:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/248710#M6065</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;thank you for reporting this, it seemed a bug slipped in with our last release... We will look into this and a fix should be available next week.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 05:52:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/248710#M6065</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2024-06-20T05:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically uploading iOS dSYMs on Xcode build phase</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/249081#M6077</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Version 2.1.4 of the fastlane plugin that was just released fixes this issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 06:07:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Automatically-uploading-iOS-dSYMs-on-Xcode-build-phase/m-p/249081#M6077</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2024-06-25T06:07:39Z</dc:date>
    </item>
  </channel>
</rss>

