Xcode 13.3 This version of LLDB has no plugin for the language "assembler"

Hello, when try to debug assembly code, i am getting the following message:

This version of LLDB has no plugin for the language "assembler". Inspection of frame variables will be limited.

arm64 assembly the code:

.data
.text
    .global _area_square

_area_square:
    MUL x0, x0, x0
    RET

any ideias? thanks.

Xcode 13.3 This version of LLDB has no plugin for the language "assembler"
 
 
Q