Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

evotoiphone

macrumors regular
Original poster
Oct 7, 2011
192
1
Mass
Ok I have slowly been deleting tweaks that I have added over the past two days but my springboard is still crashing in the middle of the night :( I have crash reporter but not really sure how to read it to figure out what is causing it. Any insight on this? Like what to look for in the log? I know previously it would give me a suspect but so far no luck :(
 

thelatinist

macrumors 603
Aug 15, 2009
5,937
51
Connecticut, USA
Find out which process is crashing, then use

Code:
grep ProcessName /Library/MobileSubstrate/DynamicLibraries/*.plist

to find out which tweaks are hooking into that process. (Replace ProcessName with the process that is crashing, for example springboard or UIKit)
 

scirica

macrumors 68020
May 13, 2008
2,068
2
Dallas, TX
Find out which process is crashing, then use

Code:
grep ProcessName /Library/MobileSubstrate/DynamicLibraries/*.plist

to find out which tweaks are hooking into that process. (Replace ProcessName with the process that is crashing, for example springboard or UIKit)

I'm having a similar problem. Where does this code go? Is it a terminal command? TIA!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.