I am developing an app in swift, on macOS Mojave with Xcode 10, which has been running fine during development.
As I am preparing for deployment I discovered that running the app on another machine results in an immediate crash. Running from the terminal produces a single line message “Killed:9”. If I start it from lldb, the app runs fine. If I switch off it’s entitlements in Xcode (sandbox and keychain sharing) then it runs fine.
I created another simple test app with the same entitlements and that runs fine from the command line.
I have been through my project settings and scoured the internet, but can’t work out what I am missing.
Any ideas folks ?