IBAgent Crash

Could someone help me with a good direction on where or how could I start debugging for this:

Incident Identifier: 3743F085-71E0-4B60-B9D8-A96984C3F1E0
CrashReporter Key:   C9383FFF-4F94-8C39-442A-EB09860CA71C
Hardware Model:      MacBookAir10,1
Process:             IBAgent-iOS [52244]
Path:                /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays/IBAgent-iOS
Identifier:          com.apple.dt.Xcode
Version:             12.5.1 (18212)
Code Type:           X86-64 (Native)
Role:                Unspecified
Parent Process:      ibtoold [52179]
Coalition:           com.apple.dt.Xcode [2177]
Responsible Process: Xcode [52141]

Date/Time:           2021-07-19 11:02:47.9410 +0530
Launch Time:         2021-07-19 11:02:47.7783 +0530
OS Version:          macOS 12.0 (21A5268h)
Release Type:        User
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes: 0x0000000000000001, 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4308725760
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      mapped file                 100d1f000-100d23000    [   16K] r-x/r-x SM=COW  ...t_id=80c8ed4b
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [52244]

Triggered by Thread:  0

Application Specific Information:



Thread 0 Crashed:
0   ???                           	    0x7ff7ffda7118 ???
1   <translation info unavailable>	       0x100d4ea44 ???
2   dyld                          	       0x20101fa32 dyld4::prepareSim(dyld4::RuntimeState&, char const*) + 890
3   dyld                          	       0x20101e6b5 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 244
4   dyld                          	       0x20101e4b4 start + 388
5   dyld                          	       0x201019000 ???

Thread 1:: com.apple.rosetta.exceptionserver
0   ???                           	    0x7ff7ffd94984 ???
1   ???                           	    0x7ff7ffdac320 ???


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000108da6af8  rcx: 0x0000000000000000  rdx: 0x0000000000000001
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x0000000109443000
   r8: 0x0cbcc942c48900ff   r9: 0x0000000000000000  r10: 0x0000000109443000  r11: 0x0000000109267010
  r12: 0x0000000000000000  r13: 0x0000000109267060  r14: 0x000000020108d080  r15: 0x0000000000000000
  rip: <unavailable>       rfl: 0x0000000000000283
 tmp0: 0x0000000100d3dd98 tmp1: 0x0000000100d3d090 tmp2: 0x0000000201038a13


Binary Images:
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x201019000 -        0x201080fff dyld (*) <1051784a-31a4-3307-b922-6e65e511ff69> /usr/lib/dyld

EOF
Answered by DTS Engineer in 682218022

You are using Xcode 12.5.1 through Rosetta, which is not supported. Xcode 12.5.1 fully supports running natively on an M1 Mac, and that is what you should do.

Accepted Answer

You are using Xcode 12.5.1 through Rosetta, which is not supported. Xcode 12.5.1 fully supports running natively on an M1 Mac, and that is what you should do.

Good lord it worked, thanks. How did you get to this?

IBAgent Crash
 
 
Q