Can we generate iOS universal binary file (armv7 + arm64) with Delphi Alexandria?

Viewed 35
1 Answers

You are looking in the right place but you forgot to change the target field in Project Options to iOS Device 64 bit - All configurations as it is mentioned on Embarcadero website.

If you have 32 bit target selected in project options (which is by default) the mentioned option isn't even shown.

Related