SquareSquash / cocoa

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

Is this project working with iOS 7 & 8 and Xcode 6? #6

Open clau3107 opened 9 years ago

clau3107 commented 9 years ago

I'm trying to make this project work with iOS devices running iOS 7 and 8, build machines running Xcode 6.1, and server running SquareSquash on Ubuntu.

Symbolicate and squash_release seem to work fine (I see the symbolication data and the release on the server just fine).

However, crash reports failed to symbolicate, except for one or two addresses per thread (and the addresses look wrong).

I’ve also noticed a quite large number of changes between PLCrashReporter’s fork and genuine’s PLCrashReporter sources.

I’m wondering if this project is properly symbolicating and working for anyone else using recent iOS versions and Xcode tools, or if the project is outdated/no longer working.

Is anyone actively using this project successfully with iOS 7 & 8? What would need to be done in order to make symbolication work?

I'll be happy to help make the project work, unless project is no longer maintained and a lot of work would be required to make it work.

Thanks, Claudio