【发布时间】:2011-06-08 11:05:10
【问题描述】:
当我测试我的应用程序时,它是一个基于 UITableViewController 导航的应用程序,有时,在返回或更改另一个视图时,我会收到下一条崩溃消息。我无法解决这个错误,我不知道这是什么原因。有人可以帮助我吗?
感谢阅读。
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 (8J2)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
当应用完成后,XCode 会指向这个 Facebook Connect 方法。
- (void)dialogDidSucceed:(NSURL *)url {
if ([_delegate respondsToSelector:@selector(dialogCompleteWithUrl:)]) {
[_delegate dialogCompleteWithUrl:url];
}
[self dismissWithSuccess:YES animated:YES];
}
【问题讨论】:
标签: objective-c ios facebook