32-bit macOS targets are no longer supported

Hi All

I am trying to use Robert Hodgin, Git examples, but getting a errors as per this issues link. I would greatly appricate any tips to resolve this, it seems like a simple issues as i can not find any info on it.

  • 32-bit macOS targets are no longer supported

  • The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture

Basically you need to do exactly what the error says. Remove all references to i386 as a supported architecture from your build settings.

They probably look something like this:

but they need to look something like this:

1 Like