PLCrashReporter platform not working

I am trying to create an example application (for mac) using the PLCrashReporter structure , and the application works fine on my system, but the application crashes on other systems, since the systems do not have such a framework. Please let me know how to add the structure to other systems through our application.

+3
source share
1 answer

To do this, you need to go to Build Phase, and then install the target environment for the framework and drag the framework from your Xcode project to copy the files and remove it from the Binery link with the libraries, and now go and make your assembly, it is ready for distribution .. .....

+1
source

All Articles