In Xcode 12, created a small universal app. The app "Get Info" shows two checkboxes: "Stationery pad" and "Locked", but not "Open using Rosetta", which I need.
I verified that the binary is universal (has two architectures: x86_64 and arm64).
Is there a hidden option or a info.plist flag I must enable for that?
To work around this for application development:
You will need to build with this Property List Key LSRequiresNativeExecution disabled.
An excerpt from the Apple Documentaion:
For command line programs you can simply do this: