0

How do I build applications for 64bit OSX with Delphi Tokyo ?
Or is there another Delphi version that can do this ?

All I can find is OSX 32bit, where is the option to link for 64bit ?

I am using Delphi 10.2 Version 25.0.26309.314

GuidoG
  • 11,359
  • 6
  • 44
  • 79

1 Answers1

4

You cannot make 64bit OSX apps in 10.2 Tokyo, as it does not have a 64bit compiler for OSX, only a 32bit compiler. Support for 64bit OSX is slated in the current roadmap for release in 10.3.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770