0

As I stated in the question, I cannot figure out which debugger to download from here.

All I could find was this:

Go to the Apple Menu and select “About this Mac”. If you have a Core Duo processor, you have a 32-bit CPU. Otherwise (Core 2 Duo, Xeon, i3, i5, i7, anything else), you have a 64-bit CPU.

Source

Here are the specs of the macbook.

enter image description here

Thanks in advance.

Fotios Tsakiris
  • 1,310
  • 1
  • 18
  • 24
  • Can you mention further details? The questions is quite ambiguous. What I get is you want a compatible rn-debbuger for your macOS. Which in your case would be rn-debugger-macos-x64.zip – Hassan1319 Oct 14 '21 at 13:33
  • Hello @Hassan1319, yes, I've already installed the one you mention. It's OK, as you may have seen further below, on the answer. But do you know what `universal` is? – Fotios Tsakiris Oct 14 '21 at 15:31
  • 1
    A universal binary runs natively on both Apple silicon and Intel-based Mac computers, because it contains executable code for both architectures. Source: https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary – Hassan1319 Oct 15 '21 at 12:30
  • @Hassan1319 So I guess I could have used universal too. – Fotios Tsakiris Oct 16 '21 at 03:52

1 Answers1

1

I think I get it now! It's 64, because it's not code duo, and it's Intel, so it's not arm.

So I should download x64.

Thanks

But the question kind of still remains... because what is universal?

Fotios Tsakiris
  • 1,310
  • 1
  • 18
  • 24