1.An error was encountered while running (Domain = FBSOpenApplicationErrorDoma=)类似的模拟器不能起的问题,都只需要重启模拟器就好了。iOS simulator→reset contents and settings.
2.Itunes store operation failed 这个问题我没遇到过,但是有人问过我,我查了一下,还是挂上一个大牛的博客吧:http://www.cnblogs.com/ChenYilong/p/3989010.html
但是大部分的人都说是网不好导致的,我一同学试了几次,结果往好了之后打包成功了,http://www.cocoachina.com/bbs/read.php?tid=239284
3. invalid binary 博客:http://www.cnblogs.com/ChenYilong/p/3989829.html
4. [__NSCFString count]的问题,是因为试图求出一个字符串的count导致的。错误出现原因: NSDictionary*dic=[NSJSONSerialization JSONObjectWithData:[result dataUsingEncoding:NSUTF8StringEncoding] options:NSJSONReadingMutableContainers error:nil]; 其实不该用这个方法,我也不知道我同学从哪找的这个方法,我反正没找到,用这个:[NSJSONSerialization JSONObjectWithDatadata options:NSJSONReadingMutableContainers error:nil];
5.-[NSNull count]: unrecognized selector sent to instance 0x5b0e6c8 这是由于你的数组接受的事一个null类型的缘故,所以网上拿下来的数据,要判断一下是否是[NSNull null]类型的,是的话就早解决。
6.error = Error Domain=NSURLErrorDomain Code=-1001 "The request timed out."这个是网不好或者是服务器那边没响应的缘故。
7.Could not launch "xxx" process launch failed: security 在真机上出现这个错误是因为
调试证书的事,其实是已经安装成功了,在测试机上点图标可以了。