SquareSquash / cocoa

Squash iOS and Mac OS X client library
Apache License 2.0
4 stars 4 forks source link

HockeySDK PLCrashReporter Issue #3

Closed pepicrft closed 1 year ago

pepicrft commented 11 years ago

Hello I have currently HockeySDK installed in my project using CocoaPods. This library depends on PLCrashReporter too ( as SquareSquash does ). When I follow steps in order to import SquareSquash into my project and compile it I receive "Duplicate symbols" error due to the fact that there are two libraries repeated ( PLCrashReporter ).

The one used by SquareSquash is a modified version with additional classes and methods and following your steps I get an Static Library .a but HockeySDK needs a .framework library.

¿How can I compile it and how can I integrate both in the same project? I'm a little lost.