TTBaseViewController.m 类中的 Three20 应用程序崩溃:UIViewControllerGarbageCollection.h'找不到文件
我正在使用 Xcode4 并尝试在我的应用程序中实现 Three30 框架
来源:http ://galic-design.com/objective-c/make-my-own-iphone-app-looking-like-facebook-app#comment-27
我的应用程序在启动前崩溃
它在类 TTBaseViewController.m
中崩溃 在行
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
[线程
UIViewController* popup = [self popupViewController];
1:程序收到信号:“SIGABRT”]的函数
中任何想法是什么问题
以及它在同一类中给出的错误
file://localhost/Users/amit/works/third20/src/Three20UICommon/Sources/TTBaseViewController.m:错误:词法或预处理器问题:找不到“Three20UICommon/private/UIViewControllerGarbageCollection.h”文件
I am using Xcode4 and try to implement the three30 framework in my app
Source : http://galic-design.com/objective-c/make-my-own-iphone-app-looking-like-facebook-app#comment-27
my application crashes before launching
It crashes in class TTBaseViewController.m
in function
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
at line
UIViewController* popup = [self popupViewController];
[Thread 1: Program received signal: "SIGABRT"]
Any Idea what is the issue
Also its giving error in same class
file://localhost/Users/amit/works/three20/src/Three20UICommon/Sources/TTBaseViewController.m: error: Lexical or Preprocessor Issue: 'Three20UICommon/private/UIViewControllerGarbageCollection.h' file not found
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论