I am using Delphi 10.2.1 to write an IOS app but I cant get Delphi to generate 64 bit code. When I run the app in the IOS simulator I get a message telling me the code needs to be updated. Is there a compiler directive I can use to force 64 bit code generation?. I am coding on a 64 bit windows system using a x64 based processor. On the Mac: Xcode is Ver 8.3.3.
How to force Delphi 10.2.1 to generate 64 bit code for IOS app
620 Views Asked by Rod At
2
Currently Delphi only supports 32-bit compiler for the iOS simulator. There is nothing you can do here. You can only generate 64-bit code for the real devices.
Delphi iOS Compilers - 10.2 Tokyo: