Jump to content
MarcoAngelucci

OSX universal binary file

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×