KenR 29 Posted September 15 I need to deploy a mac OS Arm-64 pkg to the app store. I have previously only ever submitted a 64 bit one before. I have turned on Generate Mac OS Universal Binary option in compiler options. The project entitlements file seems to be generated correctly: .. <dict> <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.cs.allow-unsigned-executable-memory</key> <true/> </dict> When I user Transporter to upload the pkg I get the error regarding the app sandbox not being enabled. This is driving me crazy. What do I have to do to get Delphi 12.1 to correctly generate a mac OS Arm-64 pkg? Thanks in advance Share this post Link to post