I must be doing something totally stupid here, but I can\'t get the PLCrashReporter framework included in my project. Here are the steps I took to get the framework:
I had the same issue and was able to resolve it. Here are the steps I completed...
I hope this helps.
Don't forget to include
libstdc++.dylib
in "Link Binary With Libraries".
For anyone else looking for this information:
I followed the same steps given above however I was getting errors. I deleted the static library and only included the framework (which you can get from their dmg).
It worked perfectly for me. I think the process of creating static library by building the project was old (before they created a framework).
Thanks.