I’m using Xcode 12.2 to build a tool I normally run from a script. (Previously on macOS 10.14 and earlier.)
When I build and run it from Xcode, it runs fine.
If I try to run it from Terminal, I get the message
This is the first time I’ve used Big Sur, do I now need to worry about signing my own tool? I’ve attempted to have Xcode manage this, and Sign to Run Locally. But nothing seems to make a difference.
How can I build a program to be run from command line, for Apple Silicon?
When I build and run it from Xcode, it runs fine.
If I try to run it from Terminal, I get the message
Code Block Killed
This is the first time I’ve used Big Sur, do I now need to worry about signing my own tool? I’ve attempted to have Xcode manage this, and Sign to Run Locally. But nothing seems to make a difference.
How can I build a program to be run from command line, for Apple Silicon?