<?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>article iOS Crashes and Session Replay Are Not Captured in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/iOS-Crashes-and-Session-Replay-Are-Not-Captured/ta-p/204119</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;In most cases for iOS, the crashes and session replay are not captured because of the debugger attached to the build. In this case, the debugger hooks and catches the crashes causing all crash handlers to not work properly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you have the debug logging enabled for iOS you should be able to see a warning from the logs:&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-06 at 4.50.10 pm.png" style="width: 757px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9827iB77A2A9C7D8C6098/image-dimensions/757x53?v=v2" width="757" height="53" role="button" title="Screenshot 2023-02-06 at 4.50.10 pm.png" alt="Screenshot 2023-02-06 at 4.50.10 pm.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;If you see this message then you need to detach the debugger. By following the steps below:&lt;BR /&gt;&lt;BR /&gt;1. In Xcode, go to "Edit Scheme" under your project target.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-06 at 4.42.54 pm.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9819i0CC338688AA922E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-06 at 4.42.54 pm.png" alt="Screenshot 2023-02-06 at 4.42.54 pm.png" /&gt;&lt;/span&gt;&lt;BR /&gt;2. Uncheck "Debug executable"&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-06 at 4.43.45 pm.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9820i38DDBD51B15482AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-06 at 4.43.45 pm.png" alt="Screenshot 2023-02-06 at 4.43.45 pm.png" /&gt;&lt;/span&gt;
&lt;P&gt;3. Clean and build the application before running in simulator/device.&lt;BR /&gt;&lt;BR /&gt;You can also detach the debugger on a per-run basis. This way you do not need to remove it from the scheme and just detach it for the current run.&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="detach debugger.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9828i4662193849560BCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="detach debugger.png" alt="detach debugger.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;See also&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Session-Replay-on-crashes-for-iOS-User-sessions-are-not-recorded/ta-p/232246" target="_self"&gt;Session Replay on crashes for iOS: User sessions are not recorded&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Session-Replay-on-crashes-for-iOS-User-sessions-are-recorded-but/ta-p/232245" target="_self"&gt;Session Replay on crashes for iOS: User sessions are recorded, but Session Replay is not available&lt;/A&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Dec 2023 16:11:09 GMT</pubDate>
    <dc:creator>yngwie_lucero</dc:creator>
    <dc:date>2023-12-19T16:11:09Z</dc:date>
    <item>
      <title>iOS Crashes and Session Replay Are Not Captured</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/iOS-Crashes-and-Session-Replay-Are-Not-Captured/ta-p/204119</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;In most cases for iOS, the crashes and session replay are not captured because of the debugger attached to the build. In this case, the debugger hooks and catches the crashes causing all crash handlers to not work properly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you have the debug logging enabled for iOS you should be able to see a warning from the logs:&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-06 at 4.50.10 pm.png" style="width: 757px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9827iB77A2A9C7D8C6098/image-dimensions/757x53?v=v2" width="757" height="53" role="button" title="Screenshot 2023-02-06 at 4.50.10 pm.png" alt="Screenshot 2023-02-06 at 4.50.10 pm.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;If you see this message then you need to detach the debugger. By following the steps below:&lt;BR /&gt;&lt;BR /&gt;1. In Xcode, go to "Edit Scheme" under your project target.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-06 at 4.42.54 pm.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9819i0CC338688AA922E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-06 at 4.42.54 pm.png" alt="Screenshot 2023-02-06 at 4.42.54 pm.png" /&gt;&lt;/span&gt;&lt;BR /&gt;2. Uncheck "Debug executable"&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-06 at 4.43.45 pm.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9820i38DDBD51B15482AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-06 at 4.43.45 pm.png" alt="Screenshot 2023-02-06 at 4.43.45 pm.png" /&gt;&lt;/span&gt;
&lt;P&gt;3. Clean and build the application before running in simulator/device.&lt;BR /&gt;&lt;BR /&gt;You can also detach the debugger on a per-run basis. This way you do not need to remove it from the scheme and just detach it for the current run.&amp;nbsp;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="detach debugger.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9828i4662193849560BCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="detach debugger.png" alt="detach debugger.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;See also&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Session-Replay-on-crashes-for-iOS-User-sessions-are-not-recorded/ta-p/232246" target="_self"&gt;Session Replay on crashes for iOS: User sessions are not recorded&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Session-Replay-on-crashes-for-iOS-User-sessions-are-recorded-but/ta-p/232245" target="_self"&gt;Session Replay on crashes for iOS: User sessions are recorded, but Session Replay is not available&lt;/A&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Dec 2023 16:11:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/iOS-Crashes-and-Session-Replay-Are-Not-Captured/ta-p/204119</guid>
      <dc:creator>yngwie_lucero</dc:creator>
      <dc:date>2023-12-19T16:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: iOS Crashes and Session Replay Are Not Captured</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/iOS-Crashes-and-Session-Replay-Are-Not-Captured/tac-p/212127#M212</link>
      <description>&lt;P&gt;Thank you for Sharing this!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 19:27:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/iOS-Crashes-and-Session-Replay-Are-Not-Captured/tac-p/212127#M212</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-05-12T19:27:07Z</dc:date>
    </item>
  </channel>
</rss>

