Typer2 0 Posted August 26 I have created and deployed an FMX based macOS application. Initially this application works without issues, but now I want to include a command line utility that I intend to call from within the main application. I have compiled this utility with make and used codesign on the Mac (and verified it) and then copied it to my Windows machine in order to add it to the Deployment with my Delphi project. But with this setup the deployment fails with: [PAClient Error] Error: E0264 Unable to execute '"/usr/bin/codesign" -o runtime --timestamp --entitlements "/Users/me/PAServer/scratch-dir/def/MyApp.entitlements" --deep -s "MyCompany" -f "/Users/me/PAServer/scratch-dir/def/MyApp.app"' (Error 1) [PAClient Error] Error: E0264 /Users/me/PAServer/scratch-dir/def/MyApp.app: main executable failed strict validation [PAClient Error] Error: E0264 In subcomponent: /Users/me/PAServer/scratch-dir/def/MyApp.app/Contents/MacOS/utility Is there anyone who has successfully did something similar? What might be the problem here? Any help is appreciated! Share this post Link to post
Typer2 0 Posted August 29 After some more digging into the problem, I finally realized the utility was corrupted after moving it from Mac to Windows, using FileZilla. First compressing it solved the problem. Share this post Link to post