突然发现程序莫名其妙不能在touch上p跑起来了 一启动就crash 连输出都没有
后来在Organizer里面看到Crash的log里面
Thread 0 Crashed:
0 dyld 0x2feb8286 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*) + 506
1 dyld 0x2feb8058 _dyld_start + 48
搜了一下
http://stackoverflow.com/questions/7059849/ios-ipad-app-crashing-randomly-on-start
The system is probably killing the app because the provisioning profile has expired. If you can get access to the old app (e.g. by syncing with iTunes and then doing Reveal in Finder on the app) then you can find the provisioning profile inside the app as embedded.mobileprovision which you can inspect to determine if it has expired.
这个应该就是原因 我用了破解版的证书和签名,应该还是某个地方没弄好,不能部署到touch上