Couldn't load inserted library: Why do I get this random crash?
So the other day I went to compile my app and load it onto my device (iPhone SDK) and it compiled fine but while it was loading it crashed and in the console it gave me:
dyld: could not开发者_JAVA百科 load inserted library: /System/Library/Spotlight/libent.dylib
It gives me this every time I try to load any app onto my iPod regardless if I am using cocos2D or the default Apple templates. My apps compile fine most of the time on the simulator, although it does sometimes give me random Core Foundation errors for no reason.
I am using xcode 4.0.2, on Mac OSX Snow Leopard if that helps. I tried reinstalling xcode as well.
This is really annoying and I hope someone knows a fix. :)
Thanks, Tate
精彩评论