Legoless / Alpha

Next generation debugging framework for iOS
https://github.com/Legoless/Alpha
MIT License
731 stars 45 forks source link

Some apps crash #44

Closed sup3rgiu closed 8 years ago

sup3rgiu commented 9 years ago

Hi, Alpha is causing crashes in some apps. Can be a protection of the app? Though FlexLoader works fine

OdNairy commented 9 years ago

Can you catch crash exceptions? Crash report or stack trace from xcode.

Legoless commented 9 years ago

I am aware of the issue, and this is the top priority to fix. This is why I am also waiting with by officially putting out 0.2 milestone. Any crash logs would definitely be helpful a lot!

sup3rgiu commented 9 years ago

Here crash log and syslog:

http://ghostbin.com/paste/6zben http://ghostbin.com/paste/h8uu8

Legoless commented 9 years ago

@sup3rgiu Is it possible that you get any more information on these crashes? Maybe what the exception was, exactly? From the logs you pasted, all I could see is:

Sat Jul 25 13:15:59 2015: Spotify (com.spotify.client): *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to load class BFTaskCompletionSource. Did you link Bolts.framework?'

This looks like something connected to Facebook SDK, not Alpha. Alpha does not use Bolts framework, but FB SDK does. Although it does happen after Alpha tries to swizzle NSURLConnection classes, but there is more code being executed afterwards, including FBAppLinkResolver, where the crash occurs.

Legoless commented 8 years ago

Closed due to inactivity.