Nipun35
Nipun35

Reputation: 275

PLCrashReporter framework not working

I am trying to make a sample application (for mac) using the PLCrashReporter framework and the application works fine on my system but the application crashes on the other systems as the systems don't have that framework.Please let me know how to add the framework on other systems through our application.

Upvotes: 3

Views: 476

Answers (1)

Aryan Malhotra
Aryan Malhotra

Reputation: 36

For this you need to go to Build Phase and then set the destination to framework and drag framework from your Xcode project to copy files and remove it from link Binery with Libraries and now go ahead and make your build it is ready to distribute.......

Upvotes: 1

Related Questions