摘要: If you haven't emptied the trash yet, close Xcode and open the Trash in Finder. Find the framework folder you accidentally deleted. In Finder, open another window for Macintosh HD\System\Library\Frameworks, and drag-copy the framework from the Trash to the Frameworks folder. Reopen Xcode and you 阅读全文
posted @ 2012-12-12 13:36 莫若静忘 阅读(211) 评论(0) 推荐(0) 编辑
摘要: if ([[UIDevice currentDevice].systemVersion floatValue] < 6.0) { //ios 5 [self.MainWindow addSubview:viewController.view]; }else{ //ios 6 [self.MainWindow setRootViewController:self.viewController]; [self orientationChanged]; } 1 //*旋转在横屏之间*/ 2 - (NSUInteger)s... 阅读全文
posted @ 2012-12-12 11:43 莫若静忘 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 错误详细信息(在si'mular4.3运行的时候报错)dyld: Library not loaded: /System/Library/Frameworks/Accounts.framework/Accounts Referenced from: /Users/liujian/Library/Application Support/iPhone Simulator/4.3.2/Applications/986B6E48-D133-4EC4-B9F5-674BF086C3DA/GameEngine.app/GameEngine Reason: image not found修改 讲fr 阅读全文
posted @ 2012-12-12 11:14 莫若静忘 阅读(255) 评论(0) 推荐(0) 编辑