MarcoAngelucci 0 Posted July 22 Hello I have made an application for OSX and would like to make an OSX universal binary file. I can compile the application by generating an executable containing Intel 64 and ARM64 code. I compile with RADStudio 12.1 using a MAC with Montery 12.6 and Xcode 14.0.1. If I run from the RAD environment the program is executed as PaServer runs the program from <nomeapp>\Contents\MacOS\<nomeapp>. If I try to run the application from <nomeapp> I get the error message "You can't open the application <nomeapp> because it may be damaged or incomplete". I think I understand that the problem lies in the info.plist file. I do not understand how I can integrate the info.plist template file, my attempts have failed. Do you have any idea how to edit the info.plist template file so that the corrections are reflected in the <nameapp>.info.plist file. Is there an example template for OSX universal binary file applications? Share this post Link to post
Brian Evans 105 Posted July 23 You follow: https://docwiki.embarcadero.com/RADStudio/Athens/en/Delphi_Considerations_for_Multi-Device_Applications#Universal_Binaries ? Share this post Link to post
Patrick PREMARTIN 74 Posted July 24 Hi Did you checked the x64 + ARM64 compiler option in project/compiler/compiler ? Share this post Link to post