Mac OSX App: how to check the assembly of products?

There are some features that I need to test in my Mac OSX application, which will be available only in the assembly. However, I keep getting this error Message from debugger: Terminated due to code signing error . I am trying to use a distribution profile, but it does not work. However, the developer works just fine. I tried "Save for Mac App Store Development", "Export as Mac Installer Package", "Export as Mac Application" and run it through Xcode. None of this happens; it continues to crash due to a code error. I'm stuck on this for hours. Maybe something is missing me.

+7
xcode provisioning-profile testing production macos
source share

No one has answered this question yet.

See similar questions:

3
"Message from debugger: terminated due to code signing error" while debugging a Mac application?

or similar:

805
Xcode 7 Error: "There is no iOS distribution subscription id for ..."
382
dyld: library not loaded: @ rpath / libswiftCore.dylib
282
I get conflicting settings of settings when I try to archive to send an iOS application
204
Xcode 4 - "Authentication Signature Invalid Not Found" Error When Configuring Profiles When Installing a New Macintosh
157
IPhone debugging: how to resolve "failed to complete task for process"?
146
Xcode 5: code signing errors
140
Xcode 7.2 no matching training profiles found
65
build settings defines a provisioning profile using UUID
twenty
Mac OS X Code Signed Application Error Invalid Error
one
How to create a Provisioning Profile for a non-Mac-App-Store?

All Articles