Thank you!!!
Post
Replies
Boosts
Views
Activity
Ok, that was it!!! Thanks!
One more question before I close out this thread: Should I be able to debug Sandboxed applications using LLDB?
Right now, if I lldb the sandboxed app it dies instantly with:
error: process exited with status -1 (lost connection)
Thanks!
I fixed it! I read https://developer.apple.com/documentation/xcode/packaging-mac-software-for-distribution more carefully and this is the command that worked:
productbuild --sign "3rd Party Mac Developer Installer: ..." --scripts scripts --component MyApp.app /Applications MyAppInstaller.pkg
Thank you!!!!!
Thank you!!!