169页实例中MSHookIvar函数的问题

先问一下大大关于第七章实例的一些问题
1.169页中使用到了函数MSHookIvar,但是在make时会报use of undeclared identifier 'MSHookIvar’的错
2.就是175页最后的代码,安装上ios后,广告下载可以禁止,但是依然存在本地的灰色图标

  1. 需要#import “substrate.h”
  2. 应该是新版的Oplayer Lite更换了这一部分的代码,可以重新dump了看看,验证一下

哈哈,大大回复真快,但是我在头文件中加入了#import“substrate.h”的头文件之后,依然显示use of undeclared identifier ‘MSHookIvar’

第2个问题我看了一下,这个localAdView生成的地方由原来的

- (void)viewDidLoad

换成了

- (void)viewWillAppear:(BOOL)arg1

,所以原来的hook没起作用(viewDidLoad时self.localAdView为nil)。代码稍稍调整一下,把

- (void)viewDidLoad

改成

- (void)viewWillAppear:(BOOL)arg1

就可以了

恩,测试了一下确实应该是在viewillappear中生成的localView,想问问大大是如何跟踪到这个viewwillappear这个函数的了?还有就是#import“substrate.h”这个头文件导入之后,MSHookIvae函数还是无法使用:dizzy:,在此先谢过了:lol:

那估计是你的substrate.h文件本身有问题吧,你用iOS上的/Library/Frameworks/CydiaSubstrate.framework/Headers/CydiaSubstrate.h替换一下应该就可以了;
如何跟踪到viewWillAppear的思路,跟这个例子讲解的思路是完全一致的,你把这个例子看懂,就能找到viewWillAppear了

我也遇到了相同的错,你说的用CydiaSubstrate.h替换,怎么替换啊???

按上面你们说的方法我都试了,还是报错:
Compiling Tweak.xm…
Tweak.xm:19:30: error: use of undeclared identifier ‘MSHookIvar’
GADBannerView *gAdView = MSHookIvar<GADBannerView *>(self,“gAdView”);
^
Tweak.xm:19:41: error: unexpected interface name ‘GADBannerView’: expected
expression
GADBannerView *gAdView = MSHookIvar<GADBannerView *>(self,“gAdView”);
^
Tweak.xm:19:56: error: expected expression
GADBannerView *gAdView = MSHookIvar<GADBannerView *>(self,“gAdView”);
^
Tweak.xm:19:58: error: expression result unused -Werror,-Wunused-value]
GADBannerView *gAdView = MSHookIvar<GADBannerView *>(self,“gAdView”);

  1. substrate.h没有替换;
  2. 代码没写全,GADBannerView的定义那一段你没写

1.substrate.h我是没有替换, 但是不真不知道怎么替换。 替换那个文件,按上面你说的我能找到CydiaSubstrate.h 之后呢? 怎么做?
2.我写全了,但是还是我给我报错
#import “substrate.h”
#import <iAd/ADBannerView.h>
//#import <CydiaSubstrate/CydiaSubstrate.h>

@interface PlayViewController : UIViewController
@property(retain, nonatomic) ADBannerView* iAdView;
@property(retain, nonatomic) UIView* localAdView;

@end

@interface GADBannerView : UIView
@end

%hook PlayViewController

  • (void)viewWillAppear:(BOOL)arg1
    {
    %orig;
    NSLog(@“IOSRE: viewDidLoad:%@”,self.iAdView);
    self.iAdView.hidden = YES;

    //GADBannerView *gAdView = MSHookIvar<GADBannerView *>(self,“gAdView”);
    //gAdView.hidden = YES;

}
%end

书上不是写了怎么替换么?先替换了再试试吧

替换完了,就不报错了!太谢谢了!不过书上第几页说替换substrate.h 了? 麻烦说一下:lol: 我是直接搜索substrate.h替换的。:smile:

Theos部分

问题又来了,我用gdb attach “OPlayerHD Lite” 直接这个程序卡住了,到底什么情况?
gdb$ attach “OPlayerHD Lite”
Attaching to process 1296.
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
Reading symbols for shared libraries . done
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
Reading symbols for shared libraries warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(CharDistribution.o)” - no debug information available for “CharDistribution.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(JpCntx.o)” - no debug information available for “JpCntx.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(LangBulgarianModel.o)” - no debug information available for “LangBulgarianModel.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(LangCyrillicModel.o)” - no debug information available for “LangCyrillicModel.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(LangGreekModel.o)” - no debug information available for “LangGreekModel.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(LangHebrewModel.o)” - no debug information available for “LangHebrewModel.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(LangThaiModel.o)” - no debug information available for “LangThaiModel.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsBig5Prober.o)” - no debug information available for “nsBig5Prober.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsCharSetProber.o)” - no debug information available for “nsCharSetProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsEscCharsetProber.o)” - no debug information available for “nsEscCharsetProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsEscSM.o)” - no debug information available for “nsEscSM.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsEUCJPProber.o)” - no debug information available for “nsEUCJPProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsEUCKRProber.o)” - no debug information available for “nsEUCKRProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsEUCTWProber.o)” - no debug information available for “nsEUCTWProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsGB2312Prober.o)” - no debug information available for “nsGB2312Prober.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsHebrewProber.o)” - no debug information available for “nsHebrewProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsLatin1Prober.o)” - no debug information available for “nsLatin1Prober.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsMBCSGroupProber.o)” - no debug information available for “nsMBCSGroupProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsMBCSSM.o)” - no debug information available for “nsMBCSSM.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsSBCharSetProber.o)” - no debug information available for “nsSBCharSetProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsSBCSGroupProber.o)” - no debug information available for “nsSBCSGroupProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsSJISProber.o)” - no debug information available for “nsSJISProber.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsUniversalDetector.o)” - no debug information available for “nsUniversalDetector.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(nsUTF8Prober.o)” - no debug information available for “nsUTF8Prober.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(kludge.o)” - no debug information available for “kludge.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(UniversalDetector.o)” - no debug information available for “UniversalDetector.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(WrappedUniversalDetector.o)” - no debug information available for “WrappedUniversalDetector.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKCustomActionSheet.o)” - no debug information available for “SHKCustomActionSheet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKCustomFormController.o)” - no debug information available for “SHKCustomFormController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKCustomFormFieldCell.o)” - no debug information available for “SHKCustomFormFieldCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKCustomFormControllerLargeTextField.o)” - no debug information available for “SHKCustomFormControllerLargeTextField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKCustomShareMenu.o)” - no debug information available for “SHKCustomShareMenu.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKCustomShareMenuCell.o)” - no debug information available for “SHKCustomShareMenuCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHK.o)” - no debug information available for “SHK.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKItem.o)” - no debug information available for “SHKItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKOfflineSharer.o)” - no debug information available for “SHKOfflineSharer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKOAuthSharer.o)” - no debug information available for “SHKOAuthSharer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKSharer.o)” - no debug information available for “SHKSharer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKSharerDelegate.o)” - no debug information available for “SHKSharerDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSData+md5.o)” - no debug information available for “NSData+md5.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(UIWebView+SHK.o)” - no debug information available for “UIWebView+SHK.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSMutableDictionary+NSNullsToEmptyStrings.o)” - no debug information available for “NSMutableDictionary+NSNullsToEmptyStrings.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSHTTPCookieStorage+DeleteForURL.o)” - no debug information available for “NSHTTPCookieStorage+DeleteForURL.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(JSONKit.o)” - no debug information available for “JSONKit.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SSKeychain.o)” - no debug information available for “SSKeychain.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSMutableURLRequest+Parameters.o)” - no debug information available for “NSMutableURLRequest+Parameters.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSString+URLEncoding.o)” - no debug information available for “NSString+URLEncoding.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSURL+Base.o)” - no debug information available for “NSURL+Base.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OAAsynchronousDataFetcher.o)” - no debug information available for “OAAsynchronousDataFetcher.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OAConsumer.o)” - no debug information available for “OAConsumer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OADataFetcher.o)” - no debug information available for “OADataFetcher.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OAHMAC_SHA1SignatureProvider.o)” - no debug information available for “OAHMAC_SHA1SignatureProvider.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OAMutableURLRequest.o)” - no debug information available for “OAMutableURLRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OAPlaintextSignatureProvider.o)” - no debug information available for “OAPlaintextSignatureProvider.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OARequestParameter.o)” - no debug information available for “OARequestParameter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OAServiceTicket.o)” - no debug information available for “OAServiceTicket.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OAToken.o)” - no debug information available for “OAToken.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKRequest.o)” - no debug information available for “SHKRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKXMLResponseParser.o)” - no debug information available for “SHKXMLResponseParser.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKPrint.o)” - no debug information available for “SHKPrint.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKLogout.o)” - no debug information available for “SHKLogout.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKCopy.o)” - no debug information available for “SHKCopy.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKMail.o)” - no debug information available for “SHKMail.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKSafari.o)” - no debug information available for “SHKSafari.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKPhotoAlbum.o)” - no debug information available for “SHKPhotoAlbum.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKTextMessage.o)” - no debug information available for “SHKTextMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(DefaultSHKConfigurator.o)” - no debug information available for “DefaultSHKConfigurator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKConfiguration.o)” - no debug information available for “SHKConfiguration.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKReadability.o)” - no debug information available for “SHKReadability.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKDiigo.o)” - no debug information available for “SHKDiigo.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKVkontakteOAuthView.o)” - no debug information available for “SHKVkontakteOAuthView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKVkontakte.o)” - no debug information available for “SHKVkontakte.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(EDAMLimits.o)” - no debug information available for “EDAMLimits.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(Errors.o)” - no debug information available for “Errors.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NoteStore.o)” - no debug information available for “NoteStore.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(Types.o)” - no debug information available for “Types.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(UserStore.o)” - no debug information available for “UserStore.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TBinaryProtocol.o)” - no debug information available for “TBinaryProtocol.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TProtocolException.o)” - no debug information available for “TProtocolException.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TProtocolUtil.o)” - no debug information available for “TProtocolUtil.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TApplicationException.o)” - no debug information available for “TApplicationException.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TException.o)” - no debug information available for “TException.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(THTTPClient.o)” - no debug information available for “THTTPClient.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TMemoryBuffer.o)” - no debug information available for “TMemoryBuffer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TTransportException.o)” - no debug information available for “TTransportException.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(TSharedProcessorFactory.o)” - no debug information available for “TSharedProcessorFactory.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKEvernote.o)” - no debug information available for “SHKEvernote.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSObject+SBJSON.o)” - no debug information available for “NSObject+SBJSON.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSString+SBJSON.o)” - no debug information available for “NSString+SBJSON.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SBJSON.o)” - no debug information available for “SBJSON.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SBJsonBase.o)” - no debug information available for “SBJsonBase.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SBJsonParser.o)” - no debug information available for “SBJsonParser.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SBJsonWriter.o)” - no debug information available for “SBJsonWriter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(FBRequest.o)” - no debug information available for “FBRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(Facebook.o)” - no debug information available for “Facebook.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(FBLoginDialog.o)” - no debug information available for “FBLoginDialog.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(FBDialog.o)” - no debug information available for “FBDialog.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFacebook.o)” - no debug information available for “SHKFacebook.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSError+SHKFoursquareV2.o)” - no debug information available for “NSError+SHKFoursquareV2.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFoursquareV2CheckInForm.o)” - no debug information available for “SHKFoursquareV2CheckInForm.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFoursquareV2Venue.o)” - no debug information available for “SHKFoursquareV2Venue.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFoursquareV2VenuesForm.o)” - no debug information available for “SHKFoursquareV2VenuesForm.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFoursquareV2.o)” - no debug information available for “SHKFoursquareV2.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFoursquareV2OAuthView.o)” - no debug information available for “SHKFoursquareV2OAuthView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFoursquareV2Request.o)” - no debug information available for “SHKFoursquareV2Request.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(ObjectiveFlickr.o)” - no debug information available for “ObjectiveFlickr.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OFUtilities.o)” - no debug information available for “OFUtilities.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(OFXMLMapper.o)” - no debug information available for “OFXMLMapper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFlickr.o)” - no debug information available for “SHKFlickr.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKGoogleReader.o)” - no debug information available for “SHKGoogleReader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKInstapaper.o)” - no debug information available for “SHKInstapaper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKLinkedIn.o)” - no debug information available for “SHKLinkedIn.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKLinkedInOAMutableURLRequest.o)” - no debug information available for “SHKLinkedInOAMutableURLRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKPinboard.o)” - no debug information available for “SHKPinboard.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKReadItLater.o)” - no debug information available for “SHKReadItLater.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKTumblr.o)” - no debug information available for “SHKTumblr.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKiOS5Twitter.o)” - no debug information available for “SHKiOS5Twitter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKTwitter.o)” - no debug information available for “SHKTwitter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKActionSheet.o)” - no debug information available for “SHKActionSheet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKActivityIndicator.o)” - no debug information available for “SHKActivityIndicator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormController.o)” - no debug information available for “SHKFormController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormControllerLargeTextField.o)” - no debug information available for “SHKFormControllerLargeTextField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormFieldCell.o)” - no debug information available for “SHKFormFieldCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormFieldSettings.o)” - no debug information available for “SHKFormFieldSettings.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormOptionController.o)” - no debug information available for “SHKFormOptionController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKOAuthView.o)” - no debug information available for “SHKOAuthView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKShareMenu.o)” - no debug information available for “SHKShareMenu.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(Reachability.o)” - no debug information available for “Reachability.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKDelicious.o)” - no debug information available for “SHKDelicious.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(LFHTTPRequest.o)” - no debug information available for “LFHTTPRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(LFSiteReachability.o)” - no debug information available for “LFSiteReachability.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(NSData+LFHTTPFormExtensions.o)” - no debug information available for “NSData+LFHTTPFormExtensions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(Base64Transcoder.o)” - no debug information available for “Base64Transcoder.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(FBFrictionlessRequestSettings.o)” - no debug information available for “FBFrictionlessRequestSettings.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormFieldCellText.o)” - no debug information available for “SHKFormFieldCellText.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormFieldCellSwitch.o)” - no debug information available for “SHKFormFieldCellSwitch.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKFormFieldCellOptionPicker.o)” - no debug information available for “SHKFormFieldCellOptionPicker.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/ShareKit/DerivedData/ShareKit/Build/Products/Release-iphoneos/libShareKit.a(SHKSinaWeibo.o)” - no debug information available for “SHKSinaWeibo.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTCSSRuleSet.o)” - no debug information available for “TTCSSRuleSet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTCSSParser.o)” - no debug information available for “TTCSSParser.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(CssTokenizer.o)” - no debug information available for “CssTokenizer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTCSSStyleSheet.o)” - no debug information available for “TTCSSStyleSheet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTDefaultCSSStyleSheet.o)” - no debug information available for “TTDefaultCSSStyleSheet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTExtensionLoader.o)” - no debug information available for “TTExtensionLoader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTCSSTextShadowModel.o)” - no debug information available for “TTCSSTextShadowModel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTDataConverter.o)” - no debug information available for “TTDataConverter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTDataPopulator.o)” - no debug information available for “TTDataPopulator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTCSSFunctions.o)” - no debug information available for “TTCSSFunctions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(UIView+CSSAdditions.o)” - no debug information available for “UIView+CSSAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(UILabel+CSSAdditions.o)” - no debug information available for “UILabel+CSSAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTShadowStyleAdditions.o)” - no debug information available for “TTShadowStyleAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20CSSStyle.a(TTTextStyleAdditions.o)” - no debug information available for “TTTextStyleAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(TTURLJSONResponse.o)” - no debug information available for “TTURLJSONResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(NSObject+YAJL.o)” - no debug information available for “NSObject+YAJL.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(YAJLDocument.o)” - no debug information available for “YAJLDocument.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(YAJLGen.o)” - no debug information available for “YAJLGen.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(YAJLParser.o)” - no debug information available for “YAJLParser.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(TTErrorCodes.o)” - no debug information available for “TTErrorCodes.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(yajl.o)” - no debug information available for “yajl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(yajl_alloc.o)” - no debug information available for “yajl_alloc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(yajl_buf.o)” - no debug information available for “yajl_buf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(yajl_encode.o)” - no debug information available for “yajl_encode.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(yajl_gen.o)” - no debug information available for “yajl_gen.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(yajl_lex.o)” - no debug information available for “yajl_lex.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(yajl_parser.o)” - no debug information available for “yajl_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(TTExtensionLoader.o)” - no debug information available for “TTExtensionLoader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(GTMBase64.o)” - no debug information available for “GTMBase64.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(NSBundle+YAJL.o)” - no debug information available for “NSBundle+YAJL.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20JSON+YAJL.a(GHNSBundle+Utils.o)” - no debug information available for “GHNSBundle+Utils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20XML.a(TTURLXMLResponse.o)” - no debug information available for “TTURLXMLResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20XML.a(TTXMLParser.o)” - no debug information available for “TTXMLParser.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libextThree20XML.a(TTExtensionLoader.o)” - no debug information available for “TTExtensionLoader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTActionSheet.o)” - no debug information available for “TTActionSheet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTActionSheetController.o)” - no debug information available for “TTActionSheetController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTActivityLabel.o)” - no debug information available for “TTActivityLabel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTAlertView.o)” - no debug information available for “TTAlertView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTAlertViewController.o)” - no debug information available for “TTAlertViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTButton.o)” - no debug information available for “TTButton.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTButtonBar.o)” - no debug information available for “TTButtonBar.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTButtonContent.o)” - no debug information available for “TTButtonContent.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTErrorView.o)” - no debug information available for “TTErrorView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTImageLayer.o)” - no debug information available for “TTImageLayer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTImageView.o)” - no debug information available for “TTImageView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTImageViewInternal.o)” - no debug information available for “TTImageViewInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTLabel.o)” - no debug information available for “TTLabel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTLauncherButton.o)” - no debug information available for “TTLauncherButton.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTLauncherItem.o)” - no debug information available for “TTLauncherItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTLauncherScrollView.o)” - no debug information available for “TTLauncherScrollView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTLauncherView.o)” - no debug information available for “TTLauncherView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTLink.o)” - no debug information available for “TTLink.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTListDataSource.o)” - no debug information available for “TTListDataSource.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTMessageController.o)” - no debug information available for “TTMessageController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTMessageField.o)” - no debug information available for “TTMessageField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTMessageRecipientField.o)” - no debug information available for “TTMessageRecipientField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTMessageSubjectField.o)” - no debug information available for “TTMessageSubjectField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTMessageTextField.o)” - no debug information available for “TTMessageTextField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTModelViewController.o)” - no debug information available for “TTModelViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTPageControl.o)” - no debug information available for “TTPageControl.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTPhotoView.o)” - no debug information available for “TTPhotoView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTPhotoViewController.o)” - no debug information available for “TTPhotoViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTPickerTextField.o)” - no debug information available for “TTPickerTextField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTPickerViewCell.o)” - no debug information available for “TTPickerViewCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTPopupViewController.o)” - no debug information available for “TTPopupViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTPostController.o)” - no debug information available for “TTPostController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTRecursiveProgress.o)” - no debug information available for “TTRecursiveProgress.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTScrollView.o)” - no debug information available for “TTScrollView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTSearchBar.o)” - no debug information available for “TTSearchBar.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTSearchDisplayController.o)” - no debug information available for “TTSearchDisplayController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTSearchlightLabel.o)” - no debug information available for “TTSearchlightLabel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTSearchTextField.o)” - no debug information available for “TTSearchTextField.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTSearchTextFieldInternal.o)” - no debug information available for “TTSearchTextFieldInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTSectionedDataSource.o)” - no debug information available for “TTSectionedDataSource.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTStyledTextLabel.o)” - no debug information available for “TTStyledTextLabel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTStyledTextTableCell.o)” - no debug information available for “TTStyledTextTableCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTStyledTextTableItemCell.o)” - no debug information available for “TTStyledTextTableItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTab.o)” - no debug information available for “TTTab.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTabBar.o)” - no debug information available for “TTTabBar.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTabBarInternal.o)” - no debug information available for “TTTabBarInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTabGrid.o)” - no debug information available for “TTTabGrid.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTabItem.o)” - no debug information available for “TTTabItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableActivityItem.o)” - no debug information available for “TTTableActivityItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableActivityItemCell.o)” - no debug information available for “TTTableActivityItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableButton.o)” - no debug information available for “TTTableButton.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableCaptionItem.o)” - no debug information available for “TTTableCaptionItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableCaptionItemCell.o)” - no debug information available for “TTTableCaptionItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableControlCell.o)” - no debug information available for “TTTableControlCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableControlItem.o)” - no debug information available for “TTTableControlItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableFlushViewCell.o)” - no debug information available for “TTTableFlushViewCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableGrayTextItem.o)” - no debug information available for “TTTableGrayTextItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableHeaderDragRefreshView.o)” - no debug information available for “TTTableHeaderDragRefreshView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableHeaderView.o)” - no debug information available for “TTTableHeaderView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableImageItem.o)” - no debug information available for “TTTableImageItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableImageItemCell.o)” - no debug information available for “TTTableImageItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableItem.o)” - no debug information available for “TTTableItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableLink.o)” - no debug information available for “TTTableLink.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableLinkedItem.o)” - no debug information available for “TTTableLinkedItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableLinkedItemCell.o)” - no debug information available for “TTTableLinkedItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableLongTextItem.o)” - no debug information available for “TTTableLongTextItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableMessageItem.o)” - no debug information available for “TTTableMessageItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableMessageItemCell.o)” - no debug information available for “TTTableMessageItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableMoreButton.o)” - no debug information available for “TTTableMoreButton.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableMoreButtonCell.o)” - no debug information available for “TTTableMoreButtonCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableRightCaptionItem.o)” - no debug information available for “TTTableRightCaptionItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableRightCaptionItemCell.o)” - no debug information available for “TTTableRightCaptionItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableRightImageItem.o)” - no debug information available for “TTTableRightImageItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableStyledTextItem.o)” - no debug information available for “TTTableStyledTextItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSubtextItem.o)” - no debug information available for “TTTableSubtextItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSubtextItemCell.o)” - no debug information available for “TTTableSubtextItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSubtitleItem.o)” - no debug information available for “TTTableSubtitleItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSubtitleItemCell.o)” - no debug information available for “TTTableSubtitleItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSummaryItem.o)” - no debug information available for “TTTableSummaryItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableTextItem.o)” - no debug information available for “TTTableTextItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableTextItemCell.o)” - no debug information available for “TTTableTextItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableView.o)” - no debug information available for “TTTableView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewCell.o)” - no debug information available for “TTTableViewCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewController.o)” - no debug information available for “TTTableViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewDataSource.o)” - no debug information available for “TTTableViewDataSource.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewDelegate.o)” - no debug information available for “TTTableViewDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewDragRefreshDelegate.o)” - no debug information available for “TTTableViewDragRefreshDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewGroupedVarHeightDelegate.o)” - no debug information available for “TTTableViewGroupedVarHeightDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewItem.o)” - no debug information available for “TTTableViewItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewPlainDelegate.o)” - no debug information available for “TTTableViewPlainDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewPlainVarHeightDelegate.o)” - no debug information available for “TTTableViewPlainVarHeightDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewVarHeightDelegate.o)” - no debug information available for “TTTableViewVarHeightDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTabStrip.o)” - no debug information available for “TTTabStrip.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTextBarController.o)” - no debug information available for “TTTextBarController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTextEditor.o)” - no debug information available for “TTTextEditor.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTextEditorInternal.o)” - no debug information available for “TTTextEditorInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTextView.o)” - no debug information available for “TTTextView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTThumbsDataSource.o)” - no debug information available for “TTThumbsDataSource.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTThumbsTableViewCell.o)” - no debug information available for “TTThumbsTableViewCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTThumbsViewController.o)” - no debug information available for “TTThumbsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTThumbView.o)” - no debug information available for “TTThumbView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTUnclippedView.o)” - no debug information available for “TTUnclippedView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTView.o)” - no debug information available for “TTView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTViewController.o)” - no debug information available for “TTViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTWebController.o)” - no debug information available for “TTWebController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTYouTubeView.o)” - no debug information available for “TTYouTubeView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UINavigationControllerAdditions.o)” - no debug information available for “UINavigationControllerAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UINSObjectAdditions.o)” - no debug information available for “UINSObjectAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UINSStringAdditions.o)” - no debug information available for “UINSStringAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UITabBarControllerAdditions.o)” - no debug information available for “UITabBarControllerAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UITableViewAdditions.o)” - no debug information available for “UITableViewAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UIToolbarAdditions.o)” - no debug information available for “UIToolbarAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UIViewAdditions.o)” - no debug information available for “UIViewAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(UIWebViewAdditions.o)” - no debug information available for “UIWebViewAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTNavigator.o)” - no debug information available for “TTNavigator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTNavigatorWindow.o)” - no debug information available for “TTNavigatorWindow.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTNavigationController.o)” - no debug information available for “TTNavigationController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTLauncherHighlightView.o)” - no debug information available for “TTLauncherHighlightView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTExtensionsController.o)” - no debug information available for “TTExtensionsController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTExtensionInfoController.o)” - no debug information available for “TTExtensionInfoController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTSplitViewController.o)” - no debug information available for “TTSplitViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableFooterInfiniteScrollView.o)” - no debug information available for “TTTableFooterInfiniteScrollView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableViewNetworkEnabledDelegate.o)” - no debug information available for “TTTableViewNetworkEnabledDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSettingsItem.o)” - no debug information available for “TTTableSettingsItem.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSettingsItemCell.o)” - no debug information available for “TTTableSettingsItemCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UI.a(TTTableSection.o)” - no debug information available for “TTTableSection.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLAction.o)” - no debug information available for “TTURLAction.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLMap.o)” - no debug information available for “TTURLMap.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLGeneratorPattern.o)” - no debug information available for “TTURLGeneratorPattern.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLNavigatorPattern.o)” - no debug information available for “TTURLNavigatorPattern.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLPattern.o)” - no debug information available for “TTURLPattern.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLLiteral.o)” - no debug information available for “TTURLLiteral.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLPatternInternal.o)” - no debug information available for “TTURLPatternInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLSelector.o)” - no debug information available for “TTURLSelector.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLWildcard.o)” - no debug information available for “TTURLWildcard.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTURLArguments.o)” - no debug information available for “TTURLArguments.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTBaseNavigator.o)” - no debug information available for “TTBaseNavigator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(UIViewController+TTNavigator.o)” - no debug information available for “UIViewController+TTNavigator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTGlobalNavigatorMetrics.o)” - no debug information available for “TTGlobalNavigatorMetrics.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTNavigatorViewController.o)” - no debug information available for “TTNavigatorViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UINavigator.a(TTBaseNavigationController.o)” - no debug information available for “TTBaseNavigationController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTBevelBorderStyle.o)” - no debug information available for “TTBevelBorderStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTBlendStyle.o)” - no debug information available for “TTBlendStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTBoxStyle.o)” - no debug information available for “TTBoxStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTContentStyle.o)” - no debug information available for “TTContentStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTDefaultStyleSheet.o)” - no debug information available for “TTDefaultStyleSheet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTFlowLayout.o)” - no debug information available for “TTFlowLayout.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTFourBorderStyle.o)” - no debug information available for “TTFourBorderStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTGlobalStyle.o)” - no debug information available for “TTGlobalStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTGridLayout.o)” - no debug information available for “TTGridLayout.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTHighlightBorderStyle.o)” - no debug information available for “TTHighlightBorderStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTImageStyle.o)” - no debug information available for “TTImageStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTInnerShadowStyle.o)” - no debug information available for “TTInnerShadowStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTInsetStyle.o)” - no debug information available for “TTInsetStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTLayout.o)” - no debug information available for “TTLayout.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTLinearGradientBorderStyle.o)” - no debug information available for “TTLinearGradientBorderStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTLinearGradientFillStyle.o)” - no debug information available for “TTLinearGradientFillStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTMaskStyle.o)” - no debug information available for “TTMaskStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTPartStyle.o)” - no debug information available for “TTPartStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTRectangleShape.o)” - no debug information available for “TTRectangleShape.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTReflectiveFillStyle.o)” - no debug information available for “TTReflectiveFillStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTRoundedLeftArrowShape.o)” - no debug information available for “TTRoundedLeftArrowShape.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTRoundedRectangleShape.o)” - no debug information available for “TTRoundedRectangleShape.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTRoundedRightArrowShape.o)” - no debug information available for “TTRoundedRightArrowShape.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTShadowStyle.o)” - no debug information available for “TTShadowStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTShape.o)” - no debug information available for “TTShape.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTShapeInternal.o)” - no debug information available for “TTShapeInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTShapeStyle.o)” - no debug information available for “TTShapeStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTSolidBorderStyle.o)” - no debug information available for “TTSolidBorderStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTSolidFillStyle.o)” - no debug information available for “TTSolidFillStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTSpeechBubbleShape.o)” - no debug information available for “TTSpeechBubbleShape.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyle.o)” - no debug information available for “TTStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyleContext.o)” - no debug information available for “TTStyleContext.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledBlock.o)” - no debug information available for “TTStyledBlock.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledBoldNode.o)” - no debug information available for “TTStyledBoldNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledBoxFrame.o)” - no debug information available for “TTStyledBoxFrame.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledElement.o)” - no debug information available for “TTStyledElement.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledFrame.o)” - no debug information available for “TTStyledFrame.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledImageFrame.o)” - no debug information available for “TTStyledImageFrame.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledImageNode.o)” - no debug information available for “TTStyledImageNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledInline.o)” - no debug information available for “TTStyledInline.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledInlineBlock.o)” - no debug information available for “TTStyledInlineBlock.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledInlineFrame.o)” - no debug information available for “TTStyledInlineFrame.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledItalicNode.o)” - no debug information available for “TTStyledItalicNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledLayout.o)” - no debug information available for “TTStyledLayout.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledLineBreakNode.o)” - no debug information available for “TTStyledLineBreakNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledNode.o)” - no debug information available for “TTStyledNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledNodeInternal.o)” - no debug information available for “TTStyledNodeInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledText.o)” - no debug information available for “TTStyledText.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledTextFrame.o)” - no debug information available for “TTStyledTextFrame.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledTextNode.o)” - no debug information available for “TTStyledTextNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledTextParser.o)” - no debug information available for “TTStyledTextParser.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyleInternal.o)” - no debug information available for “TTStyleInternal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyleSheet.o)” - no debug information available for “TTStyleSheet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTTextStyle.o)” - no debug information available for “TTTextStyle.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(UIColorAdditions.o)” - no debug information available for “UIColorAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(UIFontAdditions.o)” - no debug information available for “UIFontAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(UIImageAdditions.o)” - no debug information available for “UIImageAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledButtonNode.o)” - no debug information available for “TTStyledButtonNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Style.a(TTStyledLinkNode.o)” - no debug information available for “TTStyledLinkNode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTGlobalNetwork.o)” - no debug information available for “TTGlobalNetwork.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTUserInfo.o)” - no debug information available for “TTUserInfo.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTModel.o)” - no debug information available for “TTModel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTRequestLoader.o)” - no debug information available for “TTRequestLoader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTURLCache.o)” - no debug information available for “TTURLCache.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTURLDataResponse.o)” - no debug information available for “TTURLDataResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTURLImageResponse.o)” - no debug information available for “TTURLImageResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTURLRequest.o)” - no debug information available for “TTURLRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTURLRequestModel.o)” - no debug information available for “TTURLRequestModel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTURLRequestQueue.o)” - no debug information available for “TTURLRequestQueue.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Network.a(TTErrorCodes.o)” - no debug information available for “TTErrorCodes.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UICommon.a(TTGlobalUICommon.o)” - no debug information available for “TTGlobalUICommon.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UICommon.a(UIWindowAdditions.o)” - no debug information available for “UIWindowAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UICommon.a(UIViewControllerAdditions.o)” - no debug information available for “UIViewControllerAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UICommon.a(TTBaseViewController.o)” - no debug information available for “TTBaseViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UICommon.a(UISplitViewController+TTNavigator.o)” - no debug information available for “UISplitViewController+TTNavigator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20UICommon.a(UIView+TTUICommon.o)” - no debug information available for “UIView+TTUICommon.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTGlobalCore.o)” - no debug information available for “TTGlobalCore.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTGlobalCoreLocale.o)” - no debug information available for “TTGlobalCoreLocale.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTGlobalCorePaths.o)” - no debug information available for “TTGlobalCorePaths.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(NSArrayAdditions.o)” - no debug information available for “NSArrayAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(NSDataAdditions.o)” - no debug information available for “NSDataAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(NSDateAdditions.o)” - no debug information available for “NSDateAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(NSMutableArrayAdditions.o)” - no debug information available for “NSMutableArrayAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(NSObjectAdditions.o)” - no debug information available for “NSObjectAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(NSStringAdditions.o)” - no debug information available for “NSStringAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTMarkupStripper.o)” - no debug information available for “TTMarkupStripper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(NSMutableDictionaryAdditions.o)” - no debug information available for “NSMutableDictionaryAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTGlobalCoreRects.o)” - no debug information available for “TTGlobalCoreRects.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTEntityTables.o)” - no debug information available for “TTEntityTables.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTExtensionLoader.o)” - no debug information available for “TTExtensionLoader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTExtensionInfo.o)” - no debug information available for “TTExtensionInfo.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTExtensionAuthor.o)” - no debug information available for “TTExtensionAuthor.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(TTAvailability.o)” - no debug information available for “TTAvailability.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(Three20.o)” - no debug information available for “Three20.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/three20-new/DerivedData/Three20/Build/Products/Release-iphoneos/libThree20Core.a(Three20Version.o)” - no debug information available for “Three20Version.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(CastSDKProtos_vers.o)” - no debug information available for “CastSDKProtos_vers.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(CastSDK_vers.o)” - no debug information available for “CastSDK_vers.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(Descriptor.pb.o)” - no debug information available for “Descriptor.pb.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKApplicationMetadata.o)” - no debug information available for “GCKApplicationMetadata.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKAsyncSocketWrapper.o)” - no debug information available for “GCKAsyncSocketWrapper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKBase64.o)” - no debug information available for “GCKBase64.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKCastChannel.o)” - no debug information available for “GCKCastChannel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKCastSocket.o)” - no debug information available for “GCKCastSocket.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKCompareUtils.o)” - no debug information available for “GCKCompareUtils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKConnectionControlChannel.o)” - no debug information available for “GCKConnectionControlChannel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKDevice.o)” - no debug information available for “GCKDevice.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKDeviceAuthChannel.o)” - no debug information available for “GCKDeviceAuthChannel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKDeviceFilter.o)” - no debug information available for “GCKDeviceFilter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKDeviceManager.o)” - no debug information available for “GCKDeviceManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKDeviceScanner.o)” - no debug information available for “GCKDeviceScanner.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKError.o)” - no debug information available for “GCKError.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKFilterCriteria.o)” - no debug information available for “GCKFilterCriteria.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKGeneratedProtos.o)” - no debug information available for “GCKGeneratedProtos.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKHeartbeatChannel.o)” - no debug information available for “GCKHeartbeatChannel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKImage.o)” - no debug information available for “GCKImage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKJSONUtils.o)” - no debug information available for “GCKJSONUtils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKLogger.o)” - no debug information available for “GCKLogger.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKMediaControlChannel.o)” - no debug information available for “GCKMediaControlChannel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKMediaInformation.o)” - no debug information available for “GCKMediaInformation.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKMediaMetadata.o)” - no debug information available for “GCKMediaMetadata.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKMediaStatus.o)” - no debug information available for “GCKMediaStatus.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKMediaTrack.o)” - no debug information available for “GCKMediaTrack.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKNSDictionary+TypedValueLookup.o)” - no debug information available for “GCKNSDictionary+TypedValueLookup.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKNSNetService+IPAddress.o)” - no debug information available for “GCKNSNetService+IPAddress.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKNSString+PatternMatching.o)” - no debug information available for “GCKNSString+PatternMatching.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKNSTimer+Tolerance.o)” - no debug information available for “GCKNSTimer+Tolerance.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKReceiverControlChannel.o)” - no debug information available for “GCKReceiverControlChannel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(GCKSenderApplicationInfo.o)” - no debug information available for “GCKSenderApplicationInfo.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(ObjectivecDescriptor.pb.o)” - no debug information available for “ObjectivecDescriptor.pb.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/GoogleCast.framework/GoogleCast(ProtoBufLibraryWrapper.o)” - no debug information available for “ProtoBufLibraryWrapper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMWebViewController.o)” - no debug information available for “IMWebViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMBanner.o)” - no debug information available for “IMBanner.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMInterstitial.o)” - no debug information available for “IMInterstitial.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsBannerView.o)” - no debug information available for “IMAnalyticsBannerView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsInterstitial.o)” - no debug information available for “IMAnalyticsInterstitial.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMServiceProvider.o)” - no debug information available for “IMMServiceProvider.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMActionsConfigRequest.o)” - no debug information available for “IMMActionsConfigRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMActionsConfigResponse.o)” - no debug information available for “IMMActionsConfigResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMActionsRuleRequest.o)” - no debug information available for “IMMActionsRuleRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMActionsRuleResponse.o)” - no debug information available for “IMMActionsRuleResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMConfigRequestOperation.o)” - no debug information available for “IMMConfigRequestOperation.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMNative.o)” - no debug information available for “IMNative.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMRuleRequestOperation.o)” - no debug information available for “IMMRuleRequestOperation.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMCache.o)” - no debug information available for “IMMCache.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMRuleProcessor.o)” - no debug information available for “IMMRuleProcessor.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMManagerBanner.o)” - no debug information available for “IMManagerBanner.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMManagerBannerAction.o)” - no debug information available for “IMManagerBannerAction.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMManagerBannerNetwork.o)” - no debug information available for “IMManagerBannerNetwork.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMManagerInterstitial.o)” - no debug information available for “IMManagerInterstitial.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMManagerInterstitialAction.o)” - no debug information available for “IMManagerInterstitialAction.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMNativeAdManager.o)” - no debug information available for “IMNativeAdManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdCache.o)” - no debug information available for “IMAdCache.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMManagerInterstitialNetwork.o)” - no debug information available for “IMManagerInterstitialNetwork.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdWebViewController.o)” - no debug information available for “IMAdWebViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdNetworkConfigs.o)” - no debug information available for “IMAdNetworkConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdInterstitial.o)” - no debug information available for “IMAdInterstitial.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdRequest.o)” - no debug information available for “IMAdRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMActivityViewController.o)” - no debug information available for “IMActivityViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMCarb.o)” - no debug information available for “IMCarb.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdView.o)” - no debug information available for “IMAdView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMCarbConfigs.o)” - no debug information available for “IMCarbConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMHttpAdRequest.o)” - no debug information available for “IMHttpAdRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdCloseButton.o)” - no debug information available for “IMAdCloseButton.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMVideoCacheManager.o)” - no debug information available for “IMVideoCacheManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdManager.o)” - no debug information available for “IMAdManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdUtilities.o)” - no debug information available for “IMAdUtilities.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMEmbeddedWebViewController.o)” - no debug information available for “IMEmbeddedWebViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMediaManager.o)” - no debug information available for “IMMediaManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMraidAudioPlayer.o)” - no debug information available for “IMMraidAudioPlayer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMraidVideoPlayer.o)” - no debug information available for “IMMraidVideoPlayer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMPingRequestCache.o)” - no debug information available for “IMPingRequestCache.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMWebView.o)” - no debug information available for “IMWebView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMError.o)” - no debug information available for “IMError.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMRenderingConfigs.o)” - no debug information available for “IMRenderingConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMraidConfigs.o)” - no debug information available for “IMMraidConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMSKStoreDataManager.o)” - no debug information available for “IMSKStoreDataManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMSecureKeyConfigs.o)” - no debug information available for “IMSecureKeyConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdTracker.o)” - no debug information available for “IMAdTracker.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAdTrackerConfigs.o)” - no debug information available for “IMAdTrackerConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMGoalData.o)” - no debug information available for “IMGoalData.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalytics.o)” - no debug information available for “IMAnalytics.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsAppStore.o)” - no debug information available for “IMAnalyticsAppStore.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMPersistenceStore.o)” - no debug information available for “IMPersistenceStore.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsCache.o)” - no debug information available for “IMAnalyticsCache.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsConfigs.o)” - no debug information available for “IMAnalyticsConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsEvent.o)” - no debug information available for “IMAnalyticsEvent.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsEventScheduler.o)” - no debug information available for “IMAnalyticsEventScheduler.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAnalyticsParams.o)” - no debug information available for “IMAnalyticsParams.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMCommonManager.o)” - no debug information available for “IMCommonManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMCommonsConfigs.o)” - no debug information available for “IMCommonsConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMCommonUtil.o)” - no debug information available for “IMCommonUtil.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMBaseConfigs.o)” - no debug information available for “IMBaseConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMConfigManager.o)” - no debug information available for “IMConfigManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMWLSdkConfig.o)” - no debug information available for “IMWLSdkConfig.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMProductConfigs.o)” - no debug information available for “IMProductConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMLocation.o)” - no debug information available for “IMLocation.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMetricConfigs.o)” - no debug information available for “IMMetricConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMMetricManager.o)” - no debug information available for “IMMetricManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMNiceConfigs.o)” - no debug information available for “IMNiceConfigs.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMNiceManager.o)” - no debug information available for “IMNiceManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMDataStore.o)” - no debug information available for “IMDataStore.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMHTTPRequest.o)” - no debug information available for “IMHTTPRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(InMobi.o)” - no debug information available for “InMobi.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMGTMBase64Private.o)” - no debug information available for “IMGTMBase64Private.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMCommonsNetworkReachability.o)” - no debug information available for “IMCommonsNetworkReachability.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(InMobiAnalytics.o)” - no debug information available for “InMobiAnalytics.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMAPIMetricManager.o)” - no debug information available for “IMAPIMetricManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMCommonUtil+Private.o)” - no debug information available for “IMCommonUtil+Private.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMGeoLocationManager.o)” - no debug information available for “IMGeoLocationManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMURLRequest.o)” - no debug information available for “IMURLRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/InMobi/libInMobi-4.5.1.a(IMTimerManager.o)” - no debug information available for “IMTimerManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PhotoSlideTime.o” - no debug information available for “PhotoSlideTime.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SSZipArchive.o” - no debug information available for “SSZipArchive.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ioapi.o” - no debug information available for “ioapi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PhotoTest2Controller.o” - no debug information available for “PhotoTest2Controller.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MockPhotoSource.o” - no debug information available for “MockPhotoSource.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PhotoTest3Controller.o” - no debug information available for “PhotoTest3Controller.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/main.o” - no debug information available for “main.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OPlayerAppDelegate.o” - no debug information available for “OPlayerAppDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FTPClient.o” - no debug information available for “FTPClient.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SettingsViewController.o” - no debug information available for “SettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FileInfoTableViewCell.o” - no debug information available for “FileInfoTableViewCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FTPViewController.o” - no debug information available for “FTPViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FileInfoCell.o” - no debug information available for “FileInfoCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/LzmaDec.o” - no debug information available for “LzmaDec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/Common.o” - no debug information available for “Common.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/RemoteViewController.o” - no debug information available for “RemoteViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SkipBeginEndViewController.o” - no debug information available for “SkipBeginEndViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PlayerView.o” - no debug information available for “PlayerView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PlayViewController.o” - no debug information available for “PlayViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UITabBarControllerAutoRotate.o” - no debug information available for “UITabBarControllerAutoRotate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PlaySeekView.o” - no debug information available for “PlaySeekView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/HelpViewController.o” - no debug information available for “HelpViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/RoundedRectView.o” - no debug information available for “RoundedRectView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/HTTPServer.o” - no debug information available for “HTTPServer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/HTTPResponse.o” - no debug information available for “HTTPResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/HTTPConnection.o” - no debug information available for “HTTPConnection.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/HTTPAuthenticationRequest.o” - no debug information available for “HTTPAuthenticationRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AsyncSocket.o” - no debug information available for “AsyncSocket.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/7zMain.o” - no debug information available for “7zMain.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DDNumber.o” - no debug information available for “DDNumber.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DDRange.o” - no debug information available for “DDRange.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DDData.o” - no debug information available for “DDData.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/localhostAddresses.o” - no debug information available for “localhostAddresses.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MyHTTPConnection.o” - no debug information available for “MyHTTPConnection.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UIDevice-hardware.o” - no debug information available for “UIDevice-hardware.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/esShader.o” - no debug information available for “esShader.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/YeiPodMovieMusicController.o” - no debug information available for “YeiPodMovieMusicController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/esUtil.o” - no debug information available for “esUtil.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AspectRadioViewController.o” - no debug information available for “AspectRadioViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WIFITransferViewController.o” - no debug information available for “WIFITransferViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PlayListViewController.o” - no debug information available for “PlayListViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MoreViewController.o” - no debug information available for “MoreViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/BookmarkViewController.o” - no debug information available for “BookmarkViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DownloadingViewController.o” - no debug information available for “DownloadingViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/URLDownload.o” - no debug information available for “URLDownload.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPMoviePlayerViewControllerAutoRotate.o” - no debug information available for “MPMoviePlayerViewControllerAutoRotate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ServerSettingsViewController.o” - no debug information available for “ServerSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SambaViewController.o” - no debug information available for “SambaViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UIApplication+ScreenMirroring.o” - no debug information available for “UIApplication+ScreenMirroring.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FTPGet.o” - no debug information available for “FTPGet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/EncodingIndexViewController.o” - no debug information available for “EncodingIndexViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CDataScanner.o” - no debug information available for “CDataScanner.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CDataScanner_Extensions.o” - no debug information available for “CDataScanner_Extensions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSCharacterSet_Extensions.o” - no debug information available for “NSCharacterSet_Extensions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSDictionary_JSONExtensions.o” - no debug information available for “NSDictionary_JSONExtensions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSScanner_Extensions.o” - no debug information available for “NSScanner_Extensions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CJSONDataSerializer.o” - no debug information available for “CJSONDataSerializer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/7zStream.o” - no debug information available for “7zStream.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ChromecastDeviceController.o” - no debug information available for “ChromecastDeviceController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CJSONDeserializer.o” - no debug information available for “CJSONDeserializer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CJSONScanner.o” - no debug information available for “CJSONScanner.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/7zDec.o” - no debug information available for “7zDec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CJSONSerializer.o” - no debug information available for “CJSONSerializer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CSerializedJSONData.o” - no debug information available for “CSerializedJSONData.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OBSlider.o” - no debug information available for “OBSlider.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CorePlayer.o” - no debug information available for “CorePlayer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ColorIndexViewController.o” - no debug information available for “ColorIndexViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FTPResume.o” - no debug information available for “FTPResume.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CacheSizeViewController.o” - no debug information available for “CacheSizeViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/InfoViewController.o” - no debug information available for “InfoViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/RtspProtocolViewController.o” - no debug information available for “RtspProtocolViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MMSProtocolViewController.o” - no debug information available for “MMSProtocolViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FileSettingsViewController.o” - no debug information available for “FileSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/EncodingDetect.o” - no debug information available for “EncodingDetect.mm”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/7zBuf.o” - no debug information available for “7zBuf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FTPEncodingViewController.o” - no debug information available for “FTPEncodingViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FtpConnection.o” - no debug information available for “FtpConnection.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FtpDataConnection.o” - no debug information available for “FtpDataConnection.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FtpServer.o” - no debug information available for “FtpServer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/list.o” - no debug information available for “list.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/7zIn.o” - no debug information available for “7zIn.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ThemeManager.o” - no debug information available for “ThemeManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DataViewController.o” - no debug information available for “DataViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MenuViewController.o” - no debug information available for “MenuViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/StackScrollViewController.o” - no debug information available for “StackScrollViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UIViewWithShadow.o” - no debug information available for “UIViewWithShadow.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/7zAlloc.o” - no debug information available for “7zAlloc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DetailDataViewController.o” - no debug information available for “DetailDataViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SourcesCNavigationBar.o” - no debug information available for “SourcesCNavigationBar.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SourcesViewController.o” - no debug information available for “SourcesViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UITableViewButton.o” - no debug information available for “UITableViewButton.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PlayListDetailViewController.o” - no debug information available for “PlayListDetailViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/RightViewController.o” - no debug information available for “RightViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AddToPlayListViewController.o” - no debug information available for “AddToPlayListViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NewPlaylistViewController.o” - no debug information available for “NewPlaylistViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NewNameViewController.o” - no debug information available for “NewNameViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AddServersViewController.o” - no debug information available for “AddServersViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ExpertSettingsViewController.o” - no debug information available for “ExpertSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/RootViewController.o” - no debug information available for “RootViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UIImageTitleButton.o” - no debug information available for “UIImageTitleButton.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UnlockViewController.o” - no debug information available for “UnlockViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/BrowserViewController.o” - no debug information available for “BrowserViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/LoopModeViewController.o” - no debug information available for “LoopModeViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AboutViewController.o” - no debug information available for “AboutViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AboutOPlayerViewController.o” - no debug information available for “AboutOPlayerViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/PasswordViewController.o” - no debug information available for “PasswordViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UnlockingViewController.o” - no debug information available for “UnlockingViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SubtitleLabel.o” - no debug information available for “SubtitleLabel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DropboxSettingsViewController.o” - no debug information available for “DropboxSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DropboxViewController.o” - no debug information available for “DropboxViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SeekIntervalController.o” - no debug information available for “SeekIntervalController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/YeHelpViewController.o” - no debug information available for “YeHelpViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AppListController.o” - no debug information available for “AppListController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AppInfoController.o” - no debug information available for “AppInfoController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/HelpTopicDetailController.o” - no debug information available for “HelpTopicDetailController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ContactListController.o” - no debug information available for “ContactListController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/GeneralSettingsViewController.o” - no debug information available for “GeneralSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SubtitleSettingsViewController.o” - no debug information available for “SubtitleSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SmartPlaylistDetail.o” - no debug information available for “SmartPlaylistDetail.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FileSettingsVideoViewController.o” - no debug information available for “FileSettingsVideoViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBAccountInfo.o” - no debug information available for “DBAccountInfo.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBError.o” - no debug information available for “DBError.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBLog.o” - no debug information available for “DBLog.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SARUnArchiveANY.o” - no debug information available for “SARUnArchiveANY.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/CustomTableViewCell.o” - no debug information available for “CustomTableViewCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/7zFile.o” - no debug information available for “7zFile.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBMetadata.o” - no debug information available for “DBMetadata.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBQuota.o” - no debug information available for “DBQuota.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBRequest.o” - no debug information available for “DBRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBRestClient.o” - no debug information available for “DBRestClient.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBSession.o” - no debug information available for “DBSession.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBJSON.o” - no debug information available for “DBJSON.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBJsonBase.o” - no debug information available for “DBJsonBase.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBJsonParser.o” - no debug information available for “DBJsonParser.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/DBJsonWriter.o” - no debug information available for “DBJsonWriter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSObject+DBJSON.o” - no debug information available for “NSObject+DBJSON.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSString+DBJSON.o” - no debug information available for “NSString+DBJSON.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/Base64Transcoder.o” - no debug information available for “Base64Transcoder.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OlimSoftUtility.o” - no debug information available for “OlimSoftUtility.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthAPI.o” - no debug information available for “MPOAuthAPI.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthAPIRequestLoader.o” - no debug information available for “MPOAuthAPIRequestLoader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthAuthenticationMethod.o” - no debug information available for “MPOAuthAuthenticationMethod.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthAuthenticationMethodOAuth.o” - no debug information available for “MPOAuthAuthenticationMethodOAuth.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthConnection.o” - no debug information available for “MPOAuthConnection.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/unzip.o” - no debug information available for “unzip.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthCredentialConcreteStore+KeychainAdditionsiPhone.o” - no debug information available for “MPOAuthCredentialConcreteStore+KeychainAdditionsiPhone.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthCredentialConcreteStore.o” - no debug information available for “MPOAuthCredentialConcreteStore.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthSignatureParameter.o” - no debug information available for “MPOAuthSignatureParameter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthURLRequest.o” - no debug information available for “MPOAuthURLRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPOAuthURLResponse.o” - no debug information available for “MPOAuthURLResponse.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MPURLRequestParameter.o” - no debug information available for “MPURLRequestParameter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSString+URLEscapingAdditions.o” - no debug information available for “NSString+URLEscapingAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSURL+MPURLParameterAdditions.o” - no debug information available for “NSURL+MPURLParameterAdditions.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSURLResponse+Encoding.o” - no debug information available for “NSURLResponse+Encoding.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSDictionary+Dropbox.o” - no debug information available for “NSDictionary+Dropbox.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSString+Dropbox.o” - no debug information available for “NSString+Dropbox.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/UIAlertView+Dropbox.o” - no debug information available for “UIAlertView+Dropbox.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FolderSettingsViewController.o” - no debug information available for “FolderSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/TVOutResListController.o” - no debug information available for “TVOutResListController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/Appirater.o” - no debug information available for “Appirater.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ShareKitOPlayerHDConfigurator.o” - no debug information available for “ShareKitOPlayerHDConfigurator.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/Lzma2Dec.o” - no debug information available for “Lzma2Dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMusicMetaInfo.o” - no debug information available for “OSMusicMetaInfo.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/GTMBase64.o” - no debug information available for “GTMBase64.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSObject+SBJSON_Sina.o” - no debug information available for “NSObject+SBJSON_Sina.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/NSString+SBJSON_Sina.o” - no debug information available for “NSString+SBJSON_Sina.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SBJSON_Sina.o” - no debug information available for “SBJSON_Sina.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SBJsonBase_Sina.o” - no debug information available for “SBJsonBase_Sina.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AppStoreHelper.o” - no debug information available for “AppStoreHelper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SBJsonParser_Sina.o” - no debug information available for “SBJsonParser_Sina.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SBJsonWriter_Sina.o” - no debug information available for “SBJsonWriter_Sina.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/zip.o” - no debug information available for “zip.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/RARExtractException.o” - no debug information available for “RARExtractException.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SFHFKeychainUtils.o” - no debug information available for “SFHFKeychainUtils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WBAuthorize.o” - no debug information available for “WBAuthorize.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WBAuthorizeWebView.o” - no debug information available for “WBAuthorizeWebView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WBEngine.o” - no debug information available for “WBEngine.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WBLogInAlertView.o” - no debug information available for “WBLogInAlertView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WBRequest.o” - no debug information available for “WBRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WBSendView.o” - no debug information available for “WBSendView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/WBUtil.o” - no debug information available for “WBUtil.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AVPlayerDemoPlaybackView.o” - no debug information available for “AVPlayerDemoPlaybackView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/FloatingView.o” - no debug information available for “FloatingView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/YeWIFITransferViewController.o” - no debug information available for “YeWIFITransferViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ConvertingViewController.o” - no debug information available for “ConvertingViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/MinSizePreviewController.o” - no debug information available for “MinSizePreviewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ffmpeg.o” - no debug information available for “ffmpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/cmdutils.o” - no debug information available for “cmdutils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/sink_buffer.o” - no debug information available for “sink_buffer.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/YeiPodLibraryController.o” - no debug information available for “YeiPodLibraryController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSContentShowDelegate.o” - no debug information available for “OSContentShowDelegate.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSContentShowController.o” - no debug information available for “OSContentShowController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSCountrySelectorController.o” - no debug information available for “OSCountrySelectorController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSGenreSelectorController.o” - no debug information available for “OSGenreSelectorController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSiTunesSearchViewController.o” - no debug information available for “OSiTunesSearchViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMenuController.o” - no debug information available for “OSMenuController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMovieViewController.o” - no debug information available for “OSMovieViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMusicViewController.o” - no debug information available for “OSMusicViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSTableViewController.o” - no debug information available for “OSTableViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/LZMAExtractor.o” - no debug information available for “LZMAExtractor.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSTabsViewController.o” - no debug information available for “OSTabsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSViewController.o” - no debug information available for “OSViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSAlbumXML.o” - no debug information available for “OSAlbumXML.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSFeed.o” - no debug information available for “OSFeed.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMovie.o” - no debug information available for “OSMovie.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMusic.o” - no debug information available for “OSMusic.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/YePhotoLibraryController.o” - no debug information available for “YePhotoLibraryController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/Unrar4iOS.o” - no debug information available for “Unrar4iOS.mm”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSSearchFeed.o” - no debug information available for “OSSearchFeed.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSFeedGenreDataSource.o” - no debug information available for “OSFeedGenreDataSource.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSFeedGenreMode.o” - no debug information available for “OSFeedGenreMode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSITunesFeedDataSource.o” - no debug information available for “OSITunesFeedDataSource.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSITunesFeedMode.o” - no debug information available for “OSITunesFeedMode.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSCountryHelper.o” - no debug information available for “OSCountryHelper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSGenreHelper.o” - no debug information available for “OSGenreHelper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSIMixTableCell.o” - no debug information available for “OSIMixTableCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMovieTableCell.o” - no debug information available for “OSMovieTableCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSMusicTableCell.o” - no debug information available for “OSMusicTableCell.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/VerticallyAlignedLabel.o” - no debug information available for “VerticallyAlignedLabel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/LocalViewController.o” - no debug information available for “LocalViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/ThemeSettingsViewController.o” - no debug information available for “ThemeSettingsViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/BuyInAppController.o” - no debug information available for “BuyInAppController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/AC3RemindViewController.o” - no debug information available for “AC3RemindViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/OSPlayerHelper.o” - no debug information available for “OSPlayerHelper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SeekGestureViewController.o” - no debug information available for “SeekGestureViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/RNGridMenu.o” - no debug information available for “RNGridMenu.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/DerivedData/OPlayer/Build/Intermediates/OPlayer.build/Distribute Lite-iphoneos/OPlayer HD.build/Objects-normal/armv7/SimpleInputViewController.o” - no debug information available for “SimpleInputViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(volume.o)” - no debug information available for “volume.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(archive.o)” - no debug information available for “archive.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(arcread.o)” - no debug information available for “arcread.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(cmddata.o)” - no debug information available for “cmddata.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(crc.o)” - no debug information available for “crc.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(crypt.o)” - no debug information available for “crypt.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(dll.o)” - no debug information available for “dll.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(encname.o)” - no debug information available for “encname.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(errhnd.o)” - no debug information available for “errhnd.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(extinfo.o)” - no debug information available for “extinfo.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(extract.o)” - no debug information available for “extract.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(filcreat.o)” - no debug information available for “filcreat.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(file.o)” - no debug information available for “file.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(filefn.o)” - no debug information available for “filefn.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(find.o)” - no debug information available for “find.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(getbits.o)” - no debug information available for “getbits.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(global.o)” - no debug information available for “global.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(match.o)” - no debug information available for “match.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(options.o)” - no debug information available for “options.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(pathfn.o)” - no debug information available for “pathfn.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(rarvm.o)” - no debug information available for “rarvm.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(rawread.o)” - no debug information available for “rawread.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(rdwrfn.o)” - no debug information available for “rdwrfn.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(rijndael.o)” - no debug information available for “rijndael.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(savepos.o)” - no debug information available for “savepos.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(sha1.o)” - no debug information available for “sha1.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(smallfn.o)” - no debug information available for “smallfn.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(strfn.o)” - no debug information available for “strfn.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(strlist.o)” - no debug information available for “strlist.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(system.o)” - no debug information available for “system.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(timefn.o)” - no debug information available for “timefn.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(ulinks.o)” - no debug information available for “ulinks.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(unicode.o)” - no debug information available for “unicode.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/SARUnArchiveANY/Frameworks/Unrar4iOS.framework/Unrar4iOS(unpack.o)” - no debug information available for “unpack.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(command.o)” - no debug information available for “command.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(m_property.o)” - no debug information available for “m_property.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mixer.o)” - no debug information available for “mixer.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mp_fifo.o)” - no debug information available for “mp_fifo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(parser-mpcmd.o)” - no debug information available for “parser-mpcmd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(pnm_loader.o)” - no debug information available for “pnm_loader.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(input.o)” - no debug information available for “input.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ao_mpegpes.o)” - no debug information available for “ao_mpegpes.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ao_null.o)” - no debug information available for “ao_null.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ao_pcm.o)” - no debug information available for “ao_pcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(audio_out.o)” - no debug information available for “audio_out.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(aspect.o)” - no debug information available for “aspect.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(geometry.o)” - no debug information available for “geometry.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(video_out.o)” - no debug information available for “video_out.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vo_mpegpes.o)” - no debug information available for “vo_mpegpes.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vo_null.o)” - no debug information available for “vo_null.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vo_png.o)” - no debug information available for “vo_png.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vo_md5sum.o)” - no debug information available for “vo_md5sum.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(udp_sync.o)” - no debug information available for “udp_sync.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vo_pnm.o)” - no debug information available for “vo_pnm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vo_tga.o)” - no debug information available for “vo_tga.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vo_yuv4mpeg.o)” - no debug information available for “vo_yuv4mpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(asxparser.o)” - no debug information available for “asxparser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(bstr.o)” - no debug information available for “bstr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(codec-cfg.o)” - no debug information available for “codec-cfg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(cpudetect.o)” - no debug information available for “cpudetect.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(edl.o)” - no debug information available for “edl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(fmt-conversion.o)” - no debug information available for “fmt-conversion.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(m_config.o)” - no debug information available for “m_config.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(m_option.o)” - no debug information available for “m_option.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(m_struct.o)” - no debug information available for “m_struct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mp_msg.o)” - no debug information available for “mp_msg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mp_strings.o)” - no debug information available for “mp_strings.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mpcommon.o)” - no debug information available for “mpcommon.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(parser-cfg.o)” - no debug information available for “parser-cfg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(path.o)” - no debug information available for “path.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(playtree.o)” - no debug information available for “playtree.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(playtreeparser.o)” - no debug information available for “playtreeparser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(subopt-helper.o)” - no debug information available for “subopt-helper.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af.o)” - no debug information available for “af.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_center.o)” - no debug information available for “af_center.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_channels.o)” - no debug information available for “af_channels.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_comp.o)” - no debug information available for “af_comp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_delay.o)” - no debug information available for “af_delay.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_dummy.o)” - no debug information available for “af_dummy.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_equalizer.o)” - no debug information available for “af_equalizer.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_extrastereo.o)” - no debug information available for “af_extrastereo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_format.o)” - no debug information available for “af_format.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_gate.o)” - no debug information available for “af_gate.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_hrtf.o)” - no debug information available for “af_hrtf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_karaoke.o)” - no debug information available for “af_karaoke.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_pan.o)” - no debug information available for “af_pan.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_resample.o)” - no debug information available for “af_resample.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_scaletempo.o)” - no debug information available for “af_scaletempo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_sinesuppress.o)” - no debug information available for “af_sinesuppress.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_stats.o)” - no debug information available for “af_stats.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_sub.o)” - no debug information available for “af_sub.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_surround.o)” - no debug information available for “af_surround.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_sweep.o)” - no debug information available for “af_sweep.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_tools.o)” - no debug information available for “af_tools.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_volnorm.o)” - no debug information available for “af_volnorm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_volume.o)” - no debug information available for “af_volume.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(filter.o)” - no debug information available for “filter.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(format.o)” - no debug information available for “format.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(reorder_ch.o)” - no debug information available for “reorder_ch.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(window.o)” - no debug information available for “window.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad.o)” - no debug information available for “ad.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_alaw.o)” - no debug information available for “ad_alaw.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_dk3adpcm.o)” - no debug information available for “ad_dk3adpcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_dvdpcm.o)” - no debug information available for “ad_dvdpcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_hwac3.o)” - no debug information available for “ad_hwac3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_hwmpa.o)” - no debug information available for “ad_hwmpa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_imaadpcm.o)” - no debug information available for “ad_imaadpcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_msadpcm.o)” - no debug information available for “ad_msadpcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_pcm.o)” - no debug information available for “ad_pcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(dec_audio.o)” - no debug information available for “dec_audio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(dec_teletext.o)” - no debug information available for “dec_teletext.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(dec_video.o)” - no debug information available for “dec_video.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(img_format.o)” - no debug information available for “img_format.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mp_image.o)” - no debug information available for “mp_image.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(pullup.o)” - no debug information available for “pullup.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd.o)” - no debug information available for “vd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_hmblck.o)” - no debug information available for “vd_hmblck.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_lzo.o)” - no debug information available for “vd_lzo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_mpegpes.o)” - no debug information available for “vd_mpegpes.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_mtga.o)” - no debug information available for “vd_mtga.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_null.o)” - no debug information available for “vd_null.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_raw.o)” - no debug information available for “vd_raw.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_sgi.o)” - no debug information available for “vd_sgi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf.o)” - no debug information available for “vf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_1bpp.o)” - no debug information available for “vf_1bpp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_2xsai.o)” - no debug information available for “vf_2xsai.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_blackframe.o)” - no debug information available for “vf_blackframe.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_boxblur.o)” - no debug information available for “vf_boxblur.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_crop.o)” - no debug information available for “vf_crop.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_cropdetect.o)” - no debug information available for “vf_cropdetect.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_decimate.o)” - no debug information available for “vf_decimate.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_delogo.o)” - no debug information available for “vf_delogo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_denoise3d.o)” - no debug information available for “vf_denoise3d.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_detc.o)” - no debug information available for “vf_detc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_dint.o)” - no debug information available for “vf_dint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_divtc.o)” - no debug information available for “vf_divtc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_down3dright.o)” - no debug information available for “vf_down3dright.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_dsize.o)” - no debug information available for “vf_dsize.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_dvbscale.o)” - no debug information available for “vf_dvbscale.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_eq.o)” - no debug information available for “vf_eq.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_eq2.o)” - no debug information available for “vf_eq2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_expand.o)” - no debug information available for “vf_expand.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_field.o)” - no debug information available for “vf_field.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_fil.o)” - no debug information available for “vf_fil.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_filmdint.o)” - no debug information available for “vf_filmdint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_fixpts.o)” - no debug information available for “vf_fixpts.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_flip.o)” - no debug information available for “vf_flip.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_format.o)” - no debug information available for “vf_format.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_framestep.o)” - no debug information available for “vf_framestep.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_gradfun.o)” - no debug information available for “vf_gradfun.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_halfpack.o)” - no debug information available for “vf_halfpack.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_harddup.o)” - no debug information available for “vf_harddup.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_hqdn3d.o)” - no debug information available for “vf_hqdn3d.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_hue.o)” - no debug information available for “vf_hue.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_il.o)” - no debug information available for “vf_il.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_ilpack.o)” - no debug information available for “vf_ilpack.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_ivtc.o)” - no debug information available for “vf_ivtc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_kerndeint.o)” - no debug information available for “vf_kerndeint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_mirror.o)” - no debug information available for “vf_mirror.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_noformat.o)” - no debug information available for “vf_noformat.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_noise.o)” - no debug information available for “vf_noise.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_ow.o)” - no debug information available for “vf_ow.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_palette.o)” - no debug information available for “vf_palette.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_perspective.o)” - no debug information available for “vf_perspective.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_phase.o)” - no debug information available for “vf_phase.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_pp7.o)” - no debug information available for “vf_pp7.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_pullup.o)” - no debug information available for “vf_pullup.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_rectangle.o)” - no debug information available for “vf_rectangle.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_remove_logo.o)” - no debug information available for “vf_remove_logo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_rgbtest.o)” - no debug information available for “vf_rgbtest.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_rotate.o)” - no debug information available for “vf_rotate.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_sab.o)” - no debug information available for “vf_sab.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_scale.o)” - no debug information available for “vf_scale.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_smartblur.o)” - no debug information available for “vf_smartblur.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_softpulldown.o)” - no debug information available for “vf_softpulldown.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_stereo3d.o)” - no debug information available for “vf_stereo3d.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_softskip.o)” - no debug information available for “vf_softskip.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_swapuv.o)” - no debug information available for “vf_swapuv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_telecine.o)” - no debug information available for “vf_telecine.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_test.o)” - no debug information available for “vf_test.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_tfields.o)” - no debug information available for “vf_tfields.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_tile.o)” - no debug information available for “vf_tile.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_tinterlace.o)” - no debug information available for “vf_tinterlace.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_unsharp.o)” - no debug information available for “vf_unsharp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_vo.o)” - no debug information available for “vf_vo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_yadif.o)” - no debug information available for “vf_yadif.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_yuvcsp.o)” - no debug information available for “vf_yuvcsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_yvu9.o)” - no debug information available for “vf_yvu9.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(aac_hdr.o)” - no debug information available for “aac_hdr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(asfheader.o)” - no debug information available for “asfheader.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(aviheader.o)” - no debug information available for “aviheader.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(aviprint.o)” - no debug information available for “aviprint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demuxer.o)” - no debug information available for “demuxer.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_aac.o)” - no debug information available for “demux_aac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_asf.o)” - no debug information available for “demux_asf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_audio.o)” - no debug information available for “demux_audio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_avi.o)” - no debug information available for “demux_avi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_demuxers.o)” - no debug information available for “demux_demuxers.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_film.o)” - no debug information available for “demux_film.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_fli.o)” - no debug information available for “demux_fli.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_lmlm4.o)” - no debug information available for “demux_lmlm4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_mf.o)” - no debug information available for “demux_mf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_mkv.o)” - no debug information available for “demux_mkv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_mov.o)” - no debug information available for “demux_mov.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_mpg.o)” - no debug information available for “demux_mpg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_nsv.o)” - no debug information available for “demux_nsv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_pva.o)” - no debug information available for “demux_pva.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_rawaudio.o)” - no debug information available for “demux_rawaudio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_rawvideo.o)” - no debug information available for “demux_rawvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_realaud.o)” - no debug information available for “demux_realaud.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_real.o)” - no debug information available for “demux_real.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_roq.o)” - no debug information available for “demux_roq.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_smjpeg.o)” - no debug information available for “demux_smjpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_ts.o)” - no debug information available for “demux_ts.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_ty.o)” - no debug information available for “demux_ty.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_ty_osd.o)” - no debug information available for “demux_ty_osd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_viv.o)” - no debug information available for “demux_viv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_vqf.o)” - no debug information available for “demux_vqf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_y4m.o)” - no debug information available for “demux_y4m.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ebml.o)” - no debug information available for “ebml.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(extension.o)” - no debug information available for “extension.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mf.o)” - no debug information available for “mf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mp3_hdr.o)” - no debug information available for “mp3_hdr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mp_taglists.o)” - no debug information available for “mp_taglists.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mpeg_hdr.o)” - no debug information available for “mpeg_hdr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mpeg_packetizer.o)” - no debug information available for “mpeg_packetizer.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(parse_es.o)” - no debug information available for “parse_es.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(parse_mp4.o)” - no debug information available for “parse_mp4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(video.o)” - no debug information available for “video.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(yuv4mpeg.o)” - no debug information available for “yuv4mpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(yuv4mpeg_ratio.o)” - no debug information available for “yuv4mpeg_ratio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(getch2.o)” - no debug information available for “getch2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(timer-linux.o)” - no debug information available for “timer-linux.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(open.o)” - no debug information available for “open.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream.o)” - no debug information available for “stream.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_bd.o)” - no debug information available for “stream_bd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_cue.o)” - no debug information available for “stream_cue.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_file.o)” - no debug information available for “stream_file.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_mf.o)” - no debug information available for “stream_mf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_null.o)” - no debug information available for “stream_null.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(url.o)” - no debug information available for “url.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(eosd.o)” - no debug information available for “eosd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(find_sub.o)” - no debug information available for “find_sub.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(osd.o)” - no debug information available for “osd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(spudec.o)” - no debug information available for “spudec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(sub.o)” - no debug information available for “sub.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(sub_cc.o)” - no debug information available for “sub_cc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(subreader.o)” - no debug information available for “subreader.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vobsub.o)” - no debug information available for “vobsub.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(font_load.o)” - no debug information available for “font_load.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(aclib.o)” - no debug information available for “aclib.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(av_helpers.o)” - no debug information available for “av_helpers.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(av_opts.o)” - no debug information available for “av_opts.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_lavcac3enc.o)” - no debug information available for “af_lavcac3enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_lavcresample.o)” - no debug information available for “af_lavcresample.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_ffmpeg.o)” - no debug information available for “ad_ffmpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_spdif.o)” - no debug information available for “ad_spdif.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_ffmpeg.o)” - no debug information available for “vd_ffmpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_geq.o)” - no debug information available for “vf_geq.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_lavc.o)” - no debug information available for “vf_lavc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_lavcdeint.o)” - no debug information available for “vf_lavcdeint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_screenshot.o)” - no debug information available for “vf_screenshot.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_lavf.o)” - no debug information available for “demux_lavf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_ffmpeg.o)” - no debug information available for “stream_ffmpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(av_sub.o)” - no debug information available for “av_sub.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_fspp.o)” - no debug information available for “vf_fspp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_mcdeint.o)” - no debug information available for “vf_mcdeint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_qp.o)” - no debug information available for “vf_qp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_spp.o)” - no debug information available for “vf_spp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_uspp.o)” - no debug information available for “vf_uspp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(font_load_ft.o)” - no debug information available for “font_load_ft.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_ftp.o)” - no debug information available for “stream_ftp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_bmovl.o)” - no debug information available for “vf_bmovl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(af_export.o)” - no debug information available for “af_export.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_ass.o)” - no debug information available for “vf_ass.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_mp.o)” - no debug information available for “ass_mp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(subassconvert.o)” - no debug information available for “subassconvert.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass.o)” - no debug information available for “ass.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_bitmap.o)” - no debug information available for “ass_bitmap.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_cache.o)” - no debug information available for “ass_cache.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_drawing.o)” - no debug information available for “ass_drawing.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_font.o)” - no debug information available for “ass_font.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_fontconfig.o)” - no debug information available for “ass_fontconfig.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_library.o)” - no debug information available for “ass_library.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_parse.o)” - no debug information available for “ass_parse.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_render.o)” - no debug information available for “ass_render.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_render_api.o)” - no debug information available for “ass_render_api.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_shaper.o)” - no debug information available for “ass_shaper.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_strtod.o)” - no debug information available for “ass_strtod.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ass_utils.o)” - no debug information available for “ass_utils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_libmpeg2.o)” - no debug information available for “vd_libmpeg2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(alloc.o)” - no debug information available for “alloc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(cpu_accel.o)” - no debug information available for “cpu_accel.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(cpu_state.o)” - no debug information available for “cpu_state.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(decode.o)” - no debug information available for “decode.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(header.o)” - no debug information available for “header.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(idct.o)” - no debug information available for “idct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(motion_comp.o)” - no debug information available for “motion_comp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(slice.o)” - no debug information available for “slice.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(motion_comp_arm.o)” - no debug information available for “motion_comp_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_smb.o)” - no debug information available for “stream_smb.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_mp3lib.o)” - no debug information available for “ad_mp3lib.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(sr1.o)” - no debug information available for “sr1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_rtsp.o)” - no debug information available for “stream_rtsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(common.o)” - no debug information available for “common.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(parser.o)” - no debug information available for “parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(rtsp.o)” - no debug information available for “rtsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(rtsp_rtp.o)” - no debug information available for “rtsp_rtp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(rtsp_session.o)” - no debug information available for “rtsp_session.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_netstream.o)” - no debug information available for “stream_netstream.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(asf_mmst_streaming.o)” - no debug information available for “asf_mmst_streaming.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(asf_streaming.o)” - no debug information available for “asf_streaming.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(cookies.o)” - no debug information available for “cookies.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(http.o)” - no debug information available for “http.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(network.o)” - no debug information available for “network.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(pnm.o)” - no debug information available for “pnm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(rtp.o)” - no debug information available for “rtp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(udp.o)” - no debug information available for “udp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(tcp.o)” - no debug information available for “tcp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_rtp.o)” - no debug information available for “stream_rtp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_udp.o)” - no debug information available for “stream_udp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(asmrp.o)” - no debug information available for “asmrp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(real.o)” - no debug information available for “real.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(rmff.o)” - no debug information available for “rmff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(sdpplin.o)” - no debug information available for “sdpplin.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(xbuffer.o)” - no debug information available for “xbuffer.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vf_pp.o)” - no debug information available for “vf_pp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(cache2.o)” - no debug information available for “cache2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(bitwise.o)” - no debug information available for “bitwise.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(block.o)” - no debug information available for “block.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(codebook.o)” - no debug information available for “codebook.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(floor0.o)” - no debug information available for “floor0.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(floor1.o)” - no debug information available for “floor1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(framing.o)” - no debug information available for “framing.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(info.o)” - no debug information available for “info.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mapping0.o)” - no debug information available for “mapping0.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(mdct.o)” - no debug information available for “mdct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(registry.o)” - no debug information available for “registry.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(res012.o)” - no debug information available for “res012.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(sharedbook.o)” - no debug information available for “sharedbook.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(synthesis.o)” - no debug information available for “synthesis.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(window.o)” - no debug information available for “window.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(stream_tv.o)” - no debug information available for “stream_tv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(tv.o)” - no debug information available for “tv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(frequencies.o)” - no debug information available for “frequencies.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(tvi_dummy.o)” - no debug information available for “tvi_dummy.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(unrar_exec.o)” - no debug information available for “unrar_exec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(ad_libvorbis.o)” - no debug information available for “ad_libvorbis.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(demux_ogg.o)” - no debug information available for “demux_ogg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/coreplayer.a(vd_xanim.o)” - no debug information available for “vd_xanim.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftsystem.o)” - no debug information available for “ftsystem.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftinit.o)” - no debug information available for “ftinit.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftbase.o)” - no debug information available for “ftbase.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftbdf.o)” - no debug information available for “ftbdf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftbitmap.o)” - no debug information available for “ftbitmap.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftglyph.o)” - no debug information available for “ftglyph.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftstroke.o)” - no debug information available for “ftstroke.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftsynth.o)” - no debug information available for “ftsynth.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(fttype1.o)” - no debug information available for “fttype1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftxf86.o)” - no debug information available for “ftxf86.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(truetype.o)” - no debug information available for “truetype.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(type1.o)” - no debug information available for “type1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(cff.o)” - no debug information available for “cff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(type1cid.o)” - no debug information available for “type1cid.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(pfr.o)” - no debug information available for “pfr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(type42.o)” - no debug information available for “type42.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(winfnt.o)” - no debug information available for “winfnt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(pcf.o)” - no debug information available for “pcf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(bdf.o)” - no debug information available for “bdf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(sfnt.o)” - no debug information available for “sfnt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(autofit.o)” - no debug information available for “autofit.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(pshinter.o)” - no debug information available for “pshinter.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(raster.o)” - no debug information available for “raster.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(smooth.o)” - no debug information available for “smooth.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftgzip.o)” - no debug information available for “ftgzip.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(ftlzw.o)” - no debug information available for “ftlzw.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(psaux.o)” - no debug information available for “psaux.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/freetype/lib/libfreetype.a(psnames.o)” - no debug information available for “psmodule.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(4xm.o)” - no debug information available for “4xm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(8bps.o)” - no debug information available for “8bps.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(8svx.o)” - no debug information available for “8svx.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aac_ac3_parser.o)” - no debug information available for “aac_ac3_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aac_adtstoasc_bsf.o)” - no debug information available for “aac_adtstoasc_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aac_parser.o)” - no debug information available for “aac_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aacadtsdec.o)” - no debug information available for “aacadtsdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aacdec.o)” - no debug information available for “aacdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aacps.o)” - no debug information available for “aacps.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aacpsdsp.o)” - no debug information available for “aacpsdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aacsbr.o)” - no debug information available for “aacsbr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aactab.o)” - no debug information available for “aactab.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aandcttab.o)” - no debug information available for “aandcttab.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aasc.o)” - no debug information available for “aasc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ac3.o)” - no debug information available for “ac3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ac3_parser.o)” - no debug information available for “ac3_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ac3dec.o)” - no debug information available for “ac3dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ac3dec_data.o)” - no debug information available for “ac3dec_data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ac3dsp.o)” - no debug information available for “ac3dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ac3tab.o)” - no debug information available for “ac3tab.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(acelp_filters.o)” - no debug information available for “acelp_filters.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(acelp_pitch_delay.o)” - no debug information available for “acelp_pitch_delay.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(acelp_vectors.o)” - no debug information available for “acelp_vectors.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(adpcm.o)” - no debug information available for “adpcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(adpcm_data.o)” - no debug information available for “adpcm_data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(adx.o)” - no debug information available for “adx.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(adx_parser.o)” - no debug information available for “adx_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(adxdec.o)” - no debug information available for “adxdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(alac.o)” - no debug information available for “alac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(allcodecs.o)” - no debug information available for “allcodecs.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(alsdec.o)” - no debug information available for “alsdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(amrnbdec.o)” - no debug information available for “amrnbdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(amrwbdec.o)” - no debug information available for “amrwbdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(anm.o)” - no debug information available for “anm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ansi.o)” - no debug information available for “ansi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(apedec.o)” - no debug information available for “apedec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aacpsdsp_init_arm.o)” - no debug information available for “aacpsdsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ac3dsp_init_arm.o)” - no debug information available for “ac3dsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dcadsp_init_arm.o)” - no debug information available for “dcadsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dsputil_init_arm.o)” - no debug information available for “dsputil_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dsputil_init_neon.o)” - no debug information available for “dsputil_init_neon.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dsputil_init_vfp.o)” - no debug information available for “dsputil_init_vfp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(fft_init_arm.o)” - no debug information available for “fft_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(fmtconvert_init_arm.o)” - no debug information available for “fmtconvert_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264dsp_init_arm.o)” - no debug information available for “h264dsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264pred_init_arm.o)” - no debug information available for “h264pred_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodsp_init_arm.o)” - no debug information available for “mpegaudiodsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegvideo_arm.o)” - no debug information available for “mpegvideo_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv34dsp_init_neon.o)” - no debug information available for “rv34dsp_init_neon.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv40dsp_init_neon.o)” - no debug information available for “rv40dsp_init_neon.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sbrdsp_init_arm.o)” - no debug information available for “sbrdsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp3dsp_init_arm.o)” - no debug information available for “vp3dsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp56dsp_init_arm.o)” - no debug information available for “vp56dsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp8dsp_init_arm.o)” - no debug information available for “vp8dsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp8dsp_init_neon.o)” - no debug information available for “vp8dsp_init_neon.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ass.o)” - no debug information available for “ass.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ass_split.o)” - no debug information available for “ass_split.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(assdec.o)” - no debug information available for “assdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(asv1.o)” - no debug information available for “asv1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(atrac.o)” - no debug information available for “atrac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(atrac1.o)” - no debug information available for “atrac1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(atrac3.o)” - no debug information available for “atrac3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(aura.o)” - no debug information available for “aura.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(avpacket.o)” - no debug information available for “avpacket.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(avs.o)” - no debug information available for “avs.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(avuidec.o)” - no debug information available for “avuidec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bethsoftvideo.o)” - no debug information available for “bethsoftvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bfi.o)” - no debug information available for “bfi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bgmc.o)” - no debug information available for “bgmc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bink.o)” - no debug information available for “bink.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(binkaudio.o)” - no debug information available for “binkaudio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(binkdsp.o)” - no debug information available for “binkdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bintext.o)” - no debug information available for “bintext.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bitstream.o)” - no debug information available for “bitstream.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bitstream_filter.o)” - no debug information available for “bitstream_filter.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bmp.o)” - no debug information available for “bmp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(bmv.o)” - no debug information available for “bmv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(c93.o)” - no debug information available for “c93.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cabac.o)” - no debug information available for “cabac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cavs.o)” - no debug information available for “cavs.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cavs_parser.o)” - no debug information available for “cavs_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cavsdec.o)” - no debug information available for “cavsdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cavsdsp.o)” - no debug information available for “cavsdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cdgraphics.o)” - no debug information available for “cdgraphics.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cdxl.o)” - no debug information available for “cdxl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(celp_filters.o)” - no debug information available for “celp_filters.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(celp_math.o)” - no debug information available for “celp_math.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cga_data.o)” - no debug information available for “cga_data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(chomp_bsf.o)” - no debug information available for “chomp_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cinepak.o)” - no debug information available for “cinepak.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cljr.o)” - no debug information available for “cljr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cook.o)” - no debug information available for “cook.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cook_parser.o)” - no debug information available for “cook_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cscd.o)” - no debug information available for “cscd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(cyuv.o)” - no debug information available for “cyuv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dca.o)” - no debug information available for “dca.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dca_parser.o)” - no debug information available for “dca_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dcadsp.o)” - no debug information available for “dcadsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dct.o)” - no debug information available for “dct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dct32_fixed.o)” - no debug information available for “dct32_fixed.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dct32_float.o)” - no debug information available for “dct32_float.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dfa.o)” - no debug information available for “dfa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dirac.o)” - no debug information available for “dirac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dirac_arith.o)” - no debug information available for “dirac_arith.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dirac_parser.o)” - no debug information available for “dirac_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(diracdec.o)” - no debug information available for “diracdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(diracdsp.o)” - no debug information available for “diracdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dnxhd_parser.o)” - no debug information available for “dnxhd_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dnxhddata.o)” - no debug information available for “dnxhddata.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dnxhddec.o)” - no debug information available for “dnxhddec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dpcm.o)” - no debug information available for “dpcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dpx.o)” - no debug information available for “dpx.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dsicinav.o)” - no debug information available for “dsicinav.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dsputil.o)” - no debug information available for “dsputil.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dump_extradata_bsf.o)” - no debug information available for “dump_extradata_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dv.o)” - no debug information available for “dv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dv_profile.o)” - no debug information available for “dv_profile.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dvbsub_parser.o)” - no debug information available for “dvbsub_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dvbsubdec.o)” - no debug information available for “dvbsubdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dvdata.o)” - no debug information available for “dvdata.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dvdec.o)” - no debug information available for “dvdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dvdsub_parser.o)” - no debug information available for “dvdsub_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dvdsubdec.o)” - no debug information available for “dvdsubdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dwt.o)” - no debug information available for “dwt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dxa.o)” - no debug information available for “dxa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(dxtory.o)” - no debug information available for “dxtory.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eac3_data.o)” - no debug information available for “eac3_data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eac3dec.o)” - no debug information available for “eac3dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eacmv.o)” - no debug information available for “eacmv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eaidct.o)” - no debug information available for “eaidct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eamad.o)” - no debug information available for “eamad.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eatgq.o)” - no debug information available for “eatgq.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eatgv.o)” - no debug information available for “eatgv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(eatqi.o)” - no debug information available for “eatqi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(error_resilience.o)” - no debug information available for “error_resilience.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(escape124.o)” - no debug information available for “escape124.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(escape130.o)” - no debug information available for “escape130.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(exr.o)” - no debug information available for “exr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(faandct.o)” - no debug information available for “faandct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(faanidct.o)” - no debug information available for “faanidct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(faxcompr.o)” - no debug information available for “faxcompr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(fft_float.o)” - no debug information available for “fft_float.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ffv1.o)” - no debug information available for “ffv1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ffwavesynth.o)” - no debug information available for “ffwavesynth.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flac.o)” - no debug information available for “flac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flac_parser.o)” - no debug information available for “flac_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flacdata.o)” - no debug information available for “flacdata.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flacdec.o)” - no debug information available for “flacdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flacdsp.o)” - no debug information available for “flacdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flashsv.o)” - no debug information available for “flashsv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flicvideo.o)” - no debug information available for “flicvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(flvdec.o)” - no debug information available for “flvdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(fmtconvert.o)” - no debug information available for “fmtconvert.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(frame_thread_encoder.o)” - no debug information available for “frame_thread_encoder.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(fraps.o)” - no debug information available for “fraps.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(frwu.o)” - no debug information available for “frwu.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(g722.o)” - no debug information available for “g722.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(g722dec.o)” - no debug information available for “g722dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(g723_1.o)” - no debug information available for “g723_1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(g726.o)” - no debug information available for “g726.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(g729dec.o)” - no debug information available for “g729dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(g729postfilter.o)” - no debug information available for “g729postfilter.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(gifdec.o)” - no debug information available for “gifdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(golomb.o)” - no debug information available for “golomb.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(gsm_parser.o)” - no debug information available for “gsm_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(gsmdec.o)” - no debug information available for “gsmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(gsmdec_data.o)” - no debug information available for “gsmdec_data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h261.o)” - no debug information available for “h261.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h261_parser.o)” - no debug information available for “h261_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h261data.o)” - no debug information available for “h261data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h261dec.o)” - no debug information available for “h261dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h263.o)” - no debug information available for “h263.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h263_parser.o)” - no debug information available for “h263_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h263dec.o)” - no debug information available for “h263dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264.o)” - no debug information available for “h264.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_cabac.o)” - no debug information available for “h264_cabac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_cavlc.o)” - no debug information available for “h264_cavlc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_direct.o)” - no debug information available for “h264_direct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_loopfilter.o)” - no debug information available for “h264_loopfilter.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_mp4toannexb_bsf.o)” - no debug information available for “h264_mp4toannexb_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_parser.o)” - no debug information available for “h264_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_ps.o)” - no debug information available for “h264_ps.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_refs.o)” - no debug information available for “h264_refs.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264_sei.o)” - no debug information available for “h264_sei.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264dsp.o)” - no debug information available for “h264dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264idct.o)” - no debug information available for “h264idct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(h264pred.o)” - no debug information available for “h264pred.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(huffman.o)” - no debug information available for “huffman.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(huffyuv.o)” - no debug information available for “huffyuv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(idcinvideo.o)” - no debug information available for “idcinvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(iff.o)” - no debug information available for “iff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(imc.o)” - no debug information available for “imc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(imgconvert.o)” - no debug information available for “imgconvert.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(imx_dump_header_bsf.o)” - no debug information available for “imx_dump_header_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(indeo2.o)” - no debug information available for “indeo2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(indeo3.o)” - no debug information available for “indeo3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(indeo4.o)” - no debug information available for “indeo4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(indeo5.o)” - no debug information available for “indeo5.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(intelh263dec.o)” - no debug information available for “intelh263dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(interplayvideo.o)” - no debug information available for “interplayvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(intrax8.o)” - no debug information available for “intrax8.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(intrax8dsp.o)” - no debug information available for “intrax8dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ituh263dec.o)” - no debug information available for “ituh263dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ituh263enc.o)” - no debug information available for “ituh263enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ivi_common.o)” - no debug information available for “ivi_common.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ivi_dsp.o)” - no debug information available for “ivi_dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(j2k.o)” - no debug information available for “j2k.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(j2k_dwt.o)” - no debug information available for “j2k_dwt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(j2kdec.o)” - no debug information available for “j2kdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(jacosubdec.o)” - no debug information available for “jacosubdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(jfdctfst.o)” - no debug information available for “jfdctfst.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(jfdctint.o)” - no debug information available for “jfdctint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(jpegls.o)” - no debug information available for “jpegls.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(jpeglsdec.o)” - no debug information available for “jpeglsdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(jrevdct.o)” - no debug information available for “jrevdct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(jvdec.o)” - no debug information available for “jvdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(kbdwin.o)” - no debug information available for “kbdwin.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(kgv1dec.o)” - no debug information available for “kgv1dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(kmvc.o)” - no debug information available for “kmvc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(lagarith.o)” - no debug information available for “lagarith.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(lagarithrac.o)” - no debug information available for “lagarithrac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(latm_parser.o)” - no debug information available for “latm_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(lcldec.o)” - no debug information available for “lcldec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(loco.o)” - no debug information available for “loco.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(lsp.o)” - no debug information available for “lsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(lzw.o)” - no debug information available for “lzw.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mace.o)” - no debug information available for “mace.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mdct_float.o)” - no debug information available for “mdct_float.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mdec.o)” - no debug information available for “mdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(microdvddec.o)” - no debug information available for “microdvddec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mimic.o)” - no debug information available for “mimic.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mjpeg.o)” - no debug information available for “mjpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mjpeg2jpeg_bsf.o)” - no debug information available for “mjpeg2jpeg_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mjpeg_parser.o)” - no debug information available for “mjpeg_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mjpega_dump_header_bsf.o)” - no debug information available for “mjpega_dump_header_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mjpegbdec.o)” - no debug information available for “mjpegbdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mjpegdec.o)” - no debug information available for “mjpegdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mlp.o)” - no debug information available for “mlp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mlp_parser.o)” - no debug information available for “mlp_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mlpdec.o)” - no debug information available for “mlpdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mlpdsp.o)” - no debug information available for “mlpdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mmvideo.o)” - no debug information available for “mmvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(motion_est.o)” - no debug information available for “motion_est.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(motionpixels.o)” - no debug information available for “motionpixels.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(movsub_bsf.o)” - no debug information available for “movsub_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(movtextdec.o)” - no debug information available for “movtextdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mp3_header_compress_bsf.o)” - no debug information available for “mp3_header_compress_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mp3_header_decompress_bsf.o)” - no debug information available for “mp3_header_decompress_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpc.o)” - no debug information available for “mpc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpc7.o)” - no debug information available for “mpc7.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpc8.o)” - no debug information available for “mpc8.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpeg12.o)” - no debug information available for “mpeg12.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpeg12data.o)” - no debug information available for “mpeg12data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpeg12enc.o)” - no debug information available for “mpeg12enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpeg4audio.o)” - no debug information available for “mpeg4audio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpeg4video.o)” - no debug information available for “mpeg4video.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpeg4video_parser.o)” - no debug information available for “mpeg4video_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpeg4videodec.o)” - no debug information available for “mpeg4videodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudio.o)” - no debug information available for “mpegaudio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudio_parser.o)” - no debug information available for “mpegaudio_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodata.o)” - no debug information available for “mpegaudiodata.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodec.o)” - no debug information available for “mpegaudiodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodec_float.o)” - no debug information available for “mpegaudiodec_float.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodecheader.o)” - no debug information available for “mpegaudiodecheader.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodsp.o)” - no debug information available for “mpegaudiodsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodsp_fixed.o)” - no debug information available for “mpegaudiodsp_fixed.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegaudiodsp_float.o)” - no debug information available for “mpegaudiodsp_float.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegvideo.o)” - no debug information available for “mpegvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegvideo_enc.o)” - no debug information available for “mpegvideo_enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mpegvideo_parser.o)” - no debug information available for “mpegvideo_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mqc.o)” - no debug information available for “mqc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mqcdec.o)” - no debug information available for “mqcdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(msgsmdec.o)” - no debug information available for “msgsmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(msmpeg4.o)” - no debug information available for “msmpeg4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(msmpeg4data.o)” - no debug information available for “msmpeg4data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(msrle.o)” - no debug information available for “msrle.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(msrledec.o)” - no debug information available for “msrledec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mss1.o)” - no debug information available for “mss1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mss12.o)” - no debug information available for “mss12.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mss2.o)” - no debug information available for “mss2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mss2dsp.o)” - no debug information available for “mss2dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mss3.o)” - no debug information available for “mss3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mss34dsp.o)” - no debug information available for “mss34dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mss4.o)” - no debug information available for “mss4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(msvideo1.o)” - no debug information available for “msvideo1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(mxpegdec.o)” - no debug information available for “mxpegdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(nellymoser.o)” - no debug information available for “nellymoser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(nellymoserdec.o)” - no debug information available for “nellymoserdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(noise_bsf.o)” - no debug information available for “noise_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(nuv.o)” - no debug information available for “nuv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(options.o)” - no debug information available for “options.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(paf.o)” - no debug information available for “paf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(parser.o)” - no debug information available for “parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pcm-mpeg.o)” - no debug information available for “pcm-mpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pcm.o)” - no debug information available for “pcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pcx.o)” - no debug information available for “pcx.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pgssubdec.o)” - no debug information available for “pgssubdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pictordec.o)” - no debug information available for “pictordec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(png.o)” - no debug information available for “png.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(png_parser.o)” - no debug information available for “png_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pngdec.o)” - no debug information available for “pngdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pngdsp.o)” - no debug information available for “pngdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pnm.o)” - no debug information available for “pnm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pnm_parser.o)” - no debug information available for “pnm_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pnmdec.o)” - no debug information available for “pnmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(proresdata.o)” - no debug information available for “proresdata.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(proresdec2.o)” - no debug information available for “proresdec2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(proresdec_lgpl.o)” - no debug information available for “proresdec_lgpl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(proresdsp.o)” - no debug information available for “proresdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(pthread.o)” - no debug information available for “pthread.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ptx.o)” - no debug information available for “ptx.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(qcelpdec.o)” - no debug information available for “qcelpdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(qdm2.o)” - no debug information available for “qdm2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(qdrw.o)” - no debug information available for “qdrw.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(qpeg.o)” - no debug information available for “qpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(qtrle.o)” - no debug information available for “qtrle.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(r210dec.o)” - no debug information available for “r210dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ra144.o)” - no debug information available for “ra144.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ra144dec.o)” - no debug information available for “ra144dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ra288.o)” - no debug information available for “ra288.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ralf.o)” - no debug information available for “ralf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rangecoder.o)” - no debug information available for “rangecoder.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ratecontrol.o)” - no debug information available for “ratecontrol.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(raw.o)” - no debug information available for “raw.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rawdec.o)” - no debug information available for “rawdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rdft.o)” - no debug information available for “rdft.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(realtextdec.o)” - no debug information available for “realtextdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(remove_extradata_bsf.o)” - no debug information available for “remove_extradata_bsf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(resample2.o)” - no debug information available for “resample2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rl2.o)” - no debug information available for “rl2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(roqvideo.o)” - no debug information available for “roqvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(roqvideodec.o)” - no debug information available for “roqvideodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rpza.o)” - no debug information available for “rpza.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rtjpeg.o)” - no debug information available for “rtjpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv10.o)” - no debug information available for “rv10.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv30.o)” - no debug information available for “rv30.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv30dsp.o)” - no debug information available for “rv30dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv34.o)” - no debug information available for “rv34.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv34_parser.o)” - no debug information available for “rv34_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv34dsp.o)” - no debug information available for “rv34dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv40.o)” - no debug information available for “rv40.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(rv40dsp.o)” - no debug information available for “rv40dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(s302m.o)” - no debug information available for “s302m.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(s3tc.o)” - no debug information available for “s3tc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(samidec.o)” - no debug information available for “samidec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sanm.o)” - no debug information available for “sanm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sbrdsp.o)” - no debug information available for “sbrdsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sgidec.o)” - no debug information available for “sgidec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(shorten.o)” - no debug information available for “shorten.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(simple_idct.o)” - no debug information available for “simple_idct.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sinewin.o)” - no debug information available for “sinewin.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sipr.o)” - no debug information available for “sipr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sipr16k.o)” - no debug information available for “sipr16k.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(smacker.o)” - no debug information available for “smacker.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(smc.o)” - no debug information available for “smc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(snow.o)” - no debug information available for “snow.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(snowdec.o)” - no debug information available for “snowdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(snowenc.o)” - no debug information available for “snowenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sonic.o)” - no debug information available for “sonic.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sp5xdec.o)” - no debug information available for “sp5xdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(srtdec.o)” - no debug information available for “srtdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(sunrast.o)” - no debug information available for “sunrast.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(svq1.o)” - no debug information available for “svq1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(svq1dec.o)” - no debug information available for “svq1dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(svq3.o)” - no debug information available for “svq3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(synth_filter.o)” - no debug information available for “synth_filter.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(targa.o)” - no debug information available for “targa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(tiertexseqv.o)” - no debug information available for “tiertexseqv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(tiff.o)” - no debug information available for “tiff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(tiff_data.o)” - no debug information available for “tiff_data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(tmv.o)” - no debug information available for “tmv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(truemotion1.o)” - no debug information available for “truemotion1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(truemotion2.o)” - no debug information available for “truemotion2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(truespeech.o)” - no debug information available for “truespeech.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(tscc.o)” - no debug information available for “tscc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(tscc2.o)” - no debug information available for “tscc2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(tta.o)” - no debug information available for “tta.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(twinvq.o)” - no debug information available for “twinvq.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(txd.o)” - no debug information available for “txd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ulti.o)” - no debug information available for “ulti.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(utils.o)” - no debug information available for “utils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(utvideo.o)” - no debug information available for “utvideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(v210dec.o)” - no debug information available for “v210dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(v210x.o)” - no debug information available for “v210x.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(v308dec.o)” - no debug information available for “v308dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(v408dec.o)” - no debug information available for “v408dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(v410dec.o)” - no debug information available for “v410dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vb.o)” - no debug information available for “vb.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vble.o)” - no debug information available for “vble.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vc1.o)” - no debug information available for “vc1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vc1_parser.o)” - no debug information available for “vc1_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vc1data.o)” - no debug information available for “vc1data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vc1dec.o)” - no debug information available for “vc1dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vc1dsp.o)” - no debug information available for “vc1dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vcr1.o)” - no debug information available for “vcr1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vima.o)” - no debug information available for “vima.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vmdav.o)” - no debug information available for “vmdav.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vmnc.o)” - no debug information available for “vmnc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vorbis.o)” - no debug information available for “vorbis.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vorbis_data.o)” - no debug information available for “vorbis_data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vorbis_parser.o)” - no debug information available for “vorbis_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vorbisdec.o)” - no debug information available for “vorbisdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp3.o)” - no debug information available for “vp3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp3_parser.o)” - no debug information available for “vp3_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp3dsp.o)” - no debug information available for “vp3dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp5.o)” - no debug information available for “vp5.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp56.o)” - no debug information available for “vp56.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp56data.o)” - no debug information available for “vp56data.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp56dsp.o)” - no debug information available for “vp56dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp56rac.o)” - no debug information available for “vp56rac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp6.o)” - no debug information available for “vp6.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp6dsp.o)” - no debug information available for “vp6dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp8.o)” - no debug information available for “vp8.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp8_parser.o)” - no debug information available for “vp8_parser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vp8dsp.o)” - no debug information available for “vp8dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(vqavideo.o)” - no debug information available for “vqavideo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wavpack.o)” - no debug information available for “wavpack.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wma.o)” - no debug information available for “wma.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wma_common.o)” - no debug information available for “wma_common.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wmadec.o)” - no debug information available for “wmadec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wmalosslessdec.o)” - no debug information available for “wmalosslessdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wmaprodec.o)” - no debug information available for “wmaprodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wmavoice.o)” - no debug information available for “wmavoice.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wmv2.o)” - no debug information available for “wmv2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wmv2dec.o)” - no debug information available for “wmv2dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(wnv1.o)” - no debug information available for “wnv1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(ws-snd1.o)” - no debug information available for “ws-snd1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(xan.o)” - no debug information available for “xan.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(xbmdec.o)” - no debug information available for “xbmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(xiph.o)” - no debug information available for “xiph.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(xl.o)” - no debug information available for “xl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(xsubdec.o)” - no debug information available for “xsubdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(xwddec.o)” - no debug information available for “xwddec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(xxan.o)” - no debug information available for “xxan.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(y41pdec.o)” - no debug information available for “y41pdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(yop.o)” - no debug information available for “yop.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(yuv4dec.o)” - no debug information available for “yuv4dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(zerocodec.o)” - no debug information available for “zerocodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavcodec/libavcodec.a(zmbv.o)” - no debug information available for “zmbv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(4xm.o)” - no debug information available for “4xm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(a64.o)” - no debug information available for “a64.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(aacdec.o)” - no debug information available for “aacdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ac3dec.o)” - no debug information available for “ac3dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(act.o)” - no debug information available for “act.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(adtsenc.o)” - no debug information available for “adtsenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(adxdec.o)” - no debug information available for “adxdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(aea.o)” - no debug information available for “aea.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(aiffdec.o)” - no debug information available for “aiffdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(aiffenc.o)” - no debug information available for “aiffenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(allformats.o)” - no debug information available for “allformats.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(amr.o)” - no debug information available for “amr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(anm.o)” - no debug information available for “anm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(apc.o)” - no debug information available for “apc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ape.o)” - no debug information available for “ape.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(apetag.o)” - no debug information available for “apetag.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(asf.o)” - no debug information available for “asf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(asfcrypt.o)” - no debug information available for “asfcrypt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(asfdec.o)” - no debug information available for “asfdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(asfenc.o)” - no debug information available for “asfenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(assdec.o)” - no debug information available for “assdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(assenc.o)” - no debug information available for “assenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(au.o)” - no debug information available for “au.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(audiointerleave.o)” - no debug information available for “audiointerleave.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(avc.o)” - no debug information available for “avc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(avidec.o)” - no debug information available for “avidec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(avienc.o)” - no debug information available for “avienc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(avio.o)” - no debug information available for “avio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(aviobuf.o)” - no debug information available for “aviobuf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(avlanguage.o)” - no debug information available for “avlanguage.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(avs.o)” - no debug information available for “avs.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(bethsoftvid.o)” - no debug information available for “bethsoftvid.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(bfi.o)” - no debug information available for “bfi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(bink.o)” - no debug information available for “bink.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(bintext.o)” - no debug information available for “bintext.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(bit.o)” - no debug information available for “bit.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(bmv.o)” - no debug information available for “bmv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(c93.o)” - no debug information available for “c93.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(cache.o)” - no debug information available for “cache.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(caf.o)” - no debug information available for “caf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(cafdec.o)” - no debug information available for “cafdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(cafenc.o)” - no debug information available for “cafenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(cavsvideodec.o)” - no debug information available for “cavsvideodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(cdg.o)” - no debug information available for “cdg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(cdxl.o)” - no debug information available for “cdxl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(concat.o)” - no debug information available for “concat.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(crcenc.o)” - no debug information available for “crcenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(crypto.o)” - no debug information available for “crypto.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(cutils.o)” - no debug information available for “cutils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(daud.o)” - no debug information available for “daud.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(dfa.o)” - no debug information available for “dfa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(diracdec.o)” - no debug information available for “diracdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(dnxhddec.o)” - no debug information available for “dnxhddec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(dsicin.o)” - no debug information available for “dsicin.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(dtsdec.o)” - no debug information available for “dtsdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(dv.o)” - no debug information available for “dv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(dvenc.o)” - no debug information available for “dvenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(dxa.o)” - no debug information available for “dxa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(eacdata.o)” - no debug information available for “eacdata.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(electronicarts.o)” - no debug information available for “electronicarts.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ffmdec.o)” - no debug information available for “ffmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ffmenc.o)” - no debug information available for “ffmenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ffmetadec.o)” - no debug information available for “ffmetadec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ffmetaenc.o)” - no debug information available for “ffmetaenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(file.o)” - no debug information available for “file.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(filmstripdec.o)” - no debug information available for “filmstripdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(filmstripenc.o)” - no debug information available for “filmstripenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(flacdec.o)” - no debug information available for “flacdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(flacenc.o)” - no debug information available for “flacenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(flacenc_header.o)” - no debug information available for “flacenc_header.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(flic.o)” - no debug information available for “flic.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(flvdec.o)” - no debug information available for “flvdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(flvenc.o)” - no debug information available for “flvenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(framecrcenc.o)” - no debug information available for “framecrcenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(framehash.o)” - no debug information available for “framehash.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(g723_1.o)” - no debug information available for “g723_1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(g729dec.o)” - no debug information available for “g729dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(gif.o)” - no debug information available for “gif.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(gopher.o)” - no debug information available for “gopher.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(gsmdec.o)” - no debug information available for “gsmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(gxf.o)” - no debug information available for “gxf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(gxfenc.o)” - no debug information available for “gxfenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(h261dec.o)” - no debug information available for “h261dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(h263dec.o)” - no debug information available for “h263dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(h264dec.o)” - no debug information available for “h264dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(hls.o)” - no debug information available for “hls.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(hlsproto.o)” - no debug information available for “hlsproto.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(http.o)” - no debug information available for “http.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(httpauth.o)” - no debug information available for “httpauth.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(icodec.o)” - no debug information available for “icodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(id3v1.o)” - no debug information available for “id3v1.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(id3v2.o)” - no debug information available for “id3v2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(id3v2enc.o)” - no debug information available for “id3v2enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(idcin.o)” - no debug information available for “idcin.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(idroqdec.o)” - no debug information available for “idroqdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(idroqenc.o)” - no debug information available for “idroqenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(iff.o)” - no debug information available for “iff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ilbc.o)” - no debug information available for “ilbc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(img2.o)” - no debug information available for “img2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(img2dec.o)” - no debug information available for “img2dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(img2enc.o)” - no debug information available for “img2enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ingenientdec.o)” - no debug information available for “ingenientdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ipmovie.o)” - no debug information available for “ipmovie.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(isom.o)” - no debug information available for “isom.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(iss.o)” - no debug information available for “iss.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(iv8.o)” - no debug information available for “iv8.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ivfdec.o)” - no debug information available for “ivfdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ivfenc.o)” - no debug information available for “ivfenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(jacosubdec.o)” - no debug information available for “jacosubdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(jacosubenc.o)” - no debug information available for “jacosubenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(jvdec.o)” - no debug information available for “jvdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(latmenc.o)” - no debug information available for “latmenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(lmlm4.o)” - no debug information available for “lmlm4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(loasdec.o)” - no debug information available for “loasdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(lxfdec.o)” - no debug information available for “lxfdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(m4vdec.o)” - no debug information available for “m4vdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(matroska.o)” - no debug information available for “matroska.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(matroskadec.o)” - no debug information available for “matroskadec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(matroskaenc.o)” - no debug information available for “matroskaenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(md5enc.o)” - no debug information available for “md5enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(md5proto.o)” - no debug information available for “md5proto.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(metadata.o)” - no debug information available for “metadata.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mgsts.o)” - no debug information available for “mgsts.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(microdvddec.o)” - no debug information available for “microdvddec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(microdvdenc.o)” - no debug information available for “microdvdenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mkvtimestamp_v2.o)” - no debug information available for “mkvtimestamp_v2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mm.o)” - no debug information available for “mm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mmf.o)” - no debug information available for “mmf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mms.o)” - no debug information available for “mms.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mmsh.o)” - no debug information available for “mmsh.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mmst.o)” - no debug information available for “mmst.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mov.o)” - no debug information available for “mov.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mov_chan.o)” - no debug information available for “mov_chan.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(movenc.o)” - no debug information available for “movenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(movenchint.o)” - no debug information available for “movenchint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mp3dec.o)” - no debug information available for “mp3dec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mp3enc.o)” - no debug information available for “mp3enc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpc.o)” - no debug information available for “mpc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpc8.o)” - no debug information available for “mpc8.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpeg.o)” - no debug information available for “mpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpegenc.o)” - no debug information available for “mpegenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpegts.o)” - no debug information available for “mpegts.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpegtsenc.o)” - no debug information available for “mpegtsenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpegvideodec.o)” - no debug information available for “mpegvideodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mpjpeg.o)” - no debug information available for “mpjpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(msnwc_tcp.o)” - no debug information available for “msnwc_tcp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mtv.o)” - no debug information available for “mtv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mvi.o)” - no debug information available for “mvi.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mxf.o)” - no debug information available for “mxf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mxfdec.o)” - no debug information available for “mxfdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mxfenc.o)” - no debug information available for “mxfenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(mxg.o)” - no debug information available for “mxg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(ncdec.o)” - no debug information available for “ncdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(network.o)” - no debug information available for “network.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(nsvdec.o)” - no debug information available for “nsvdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(nullenc.o)” - no debug information available for “nullenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(nut.o)” - no debug information available for “nut.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(nutdec.o)” - no debug information available for “nutdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(nutenc.o)” - no debug information available for “nutenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(nuv.o)” - no debug information available for “nuv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggdec.o)” - no debug information available for “oggdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggenc.o)” - no debug information available for “oggenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparsecelt.o)” - no debug information available for “oggparsecelt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparsedirac.o)” - no debug information available for “oggparsedirac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparseflac.o)” - no debug information available for “oggparseflac.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparseogm.o)” - no debug information available for “oggparseogm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparseopus.o)” - no debug information available for “oggparseopus.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparseskeleton.o)” - no debug information available for “oggparseskeleton.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparsespeex.o)” - no debug information available for “oggparsespeex.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparsetheora.o)” - no debug information available for “oggparsetheora.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oggparsevorbis.o)” - no debug information available for “oggparsevorbis.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(oma.o)” - no debug information available for “oma.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(omadec.o)” - no debug information available for “omadec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(omaenc.o)” - no debug information available for “omaenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(options.o)” - no debug information available for “options.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(os_support.o)” - no debug information available for “os_support.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(paf.o)” - no debug information available for “paf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(pcm.o)” - no debug information available for “pcm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(pcmdec.o)” - no debug information available for “pcmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(pcmenc.o)” - no debug information available for “pcmenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(pmpdec.o)” - no debug information available for “pmpdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(psxstr.o)” - no debug information available for “psxstr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(pva.o)” - no debug information available for “pva.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(qcp.o)” - no debug information available for “qcp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(r3d.o)” - no debug information available for “r3d.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rawdec.o)” - no debug information available for “rawdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rawenc.o)” - no debug information available for “rawenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rawvideodec.o)” - no debug information available for “rawvideodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rdt.o)” - no debug information available for “rdt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(realtextdec.o)” - no debug information available for “realtextdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(riff.o)” - no debug information available for “riff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rl2.o)” - no debug information available for “rl2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rm.o)” - no debug information available for “rm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rmdec.o)” - no debug information available for “rmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rmenc.o)” - no debug information available for “rmenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rpl.o)” - no debug information available for “rpl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rso.o)” - no debug information available for “rso.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rsodec.o)” - no debug information available for “rsodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rsoenc.o)” - no debug information available for “rsoenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtmphttp.o)” - no debug information available for “rtmphttp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtmppkt.o)” - no debug information available for “rtmppkt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtmpproto.o)” - no debug information available for “rtmpproto.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtp.o)” - no debug information available for “rtp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec.o)” - no debug information available for “rtpdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_amr.o)” - no debug information available for “rtpdec_amr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_asf.o)” - no debug information available for “rtpdec_asf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_g726.o)” - no debug information available for “rtpdec_g726.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_h263.o)” - no debug information available for “rtpdec_h263.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_h263_rfc2190.o)” - no debug information available for “rtpdec_h263_rfc2190.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_h264.o)” - no debug information available for “rtpdec_h264.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_ilbc.o)” - no debug information available for “rtpdec_ilbc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_latm.o)” - no debug information available for “rtpdec_latm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_mpeg4.o)” - no debug information available for “rtpdec_mpeg4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_qcelp.o)” - no debug information available for “rtpdec_qcelp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_qdm2.o)” - no debug information available for “rtpdec_qdm2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_qt.o)” - no debug information available for “rtpdec_qt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_svq3.o)” - no debug information available for “rtpdec_svq3.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_vp8.o)” - no debug information available for “rtpdec_vp8.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_xiph.o)” - no debug information available for “rtpdec_xiph.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpenc_chain.o)” - no debug information available for “rtpenc_chain.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpproto.o)” - no debug information available for “rtpproto.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtsp.o)” - no debug information available for “rtsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtspdec.o)” - no debug information available for “rtspdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(samidec.o)” - no debug information available for “samidec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(sapdec.o)” - no debug information available for “sapdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(sauce.o)” - no debug information available for “sauce.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(sbgdec.o)” - no debug information available for “sbgdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(sdp.o)” - no debug information available for “sdp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(segafilm.o)” - no debug information available for “segafilm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(segment.o)” - no debug information available for “segment.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(sierravmd.o)” - no debug information available for “sierravmd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(siff.o)” - no debug information available for “siff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(smacker.o)” - no debug information available for “smacker.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(smjpeg.o)” - no debug information available for “smjpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(smjpegdec.o)” - no debug information available for “smjpegdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(smjpegenc.o)” - no debug information available for “smjpegenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(smush.o)” - no debug information available for “smush.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(sol.o)” - no debug information available for “sol.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(soxdec.o)” - no debug information available for “soxdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(soxenc.o)” - no debug information available for “soxenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(spdif.o)” - no debug information available for “spdif.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(spdifdec.o)” - no debug information available for “spdifdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(spdifenc.o)” - no debug information available for “spdifenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(srtdec.o)” - no debug information available for “srtdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(srtenc.o)” - no debug information available for “srtenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(subtitles.o)” - no debug information available for “subtitles.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(swfdec.o)” - no debug information available for “swfdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(swfenc.o)” - no debug information available for “swfenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(tcp.o)” - no debug information available for “tcp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(thp.o)” - no debug information available for “thp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(tiertexseq.o)” - no debug information available for “tiertexseq.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(tmv.o)” - no debug information available for “tmv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(tta.o)” - no debug information available for “tta.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(tty.o)” - no debug information available for “tty.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(txd.o)” - no debug information available for “txd.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(udp.o)” - no debug information available for “udp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(utils.o)” - no debug information available for “utils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(vc1test.o)” - no debug information available for “vc1test.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(vc1testenc.o)” - no debug information available for “vc1testenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(voc.o)” - no debug information available for “voc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(vocdec.o)” - no debug information available for “vocdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(vocenc.o)” - no debug information available for “vocenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(vorbiscomment.o)” - no debug information available for “vorbiscomment.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(vqf.o)” - no debug information available for “vqf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(wav.o)” - no debug information available for “wav.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(wc3movie.o)” - no debug information available for “wc3movie.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(westwood_aud.o)” - no debug information available for “westwood_aud.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(westwood_vqa.o)” - no debug information available for “westwood_vqa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(wtv.o)” - no debug information available for “wtv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(wtvdec.o)” - no debug information available for “wtvdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(wtvenc.o)” - no debug information available for “wtvenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(wv.o)” - no debug information available for “wv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(xa.o)” - no debug information available for “xa.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(xmv.o)” - no debug information available for “xmv.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(xwma.o)” - no debug information available for “xwma.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(yop.o)” - no debug information available for “yop.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(yuv4mpeg.o)” - no debug information available for “yuv4mpeg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(adler32.o)” - no debug information available for “adler32.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(aes.o)” - no debug information available for “aes.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(cpu.o)” - no debug information available for “cpu.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(float_dsp_init_arm.o)” - no debug information available for “float_dsp_init_arm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(float_dsp_init_neon.o)” - no debug information available for “float_dsp_init_neon.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(float_dsp_init_vfp.o)” - no debug information available for “float_dsp_init_vfp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(audio_fifo.o)” - no debug information available for “audio_fifo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(audioconvert.o)” - no debug information available for “audioconvert.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(avstring.o)” - no debug information available for “avstring.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(base64.o)” - no debug information available for “base64.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(bprint.o)” - no debug information available for “bprint.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(cpu.o)” - no debug information available for “cpu.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(crc.o)” - no debug information available for “crc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(des.o)” - no debug information available for “des.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(dict.o)” - no debug information available for “dict.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(error.o)” - no debug information available for “error.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(eval.o)” - no debug information available for “eval.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(fifo.o)” - no debug information available for “fifo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(file.o)” - no debug information available for “file.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(float_dsp.o)” - no debug information available for “float_dsp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(imgutils.o)” - no debug information available for “imgutils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(intfloat_readwrite.o)” - no debug information available for “intfloat_readwrite.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(inverse.o)” - no debug information available for “inverse.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(lfg.o)” - no debug information available for “lfg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(log.o)” - no debug information available for “log.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(lzo.o)” - no debug information available for “lzo.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(mathematics.o)” - no debug information available for “mathematics.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(md5.o)” - no debug information available for “md5.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(mem.o)” - no debug information available for “mem.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(opt.o)” - no debug information available for “opt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(parseutils.o)” - no debug information available for “parseutils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(pixdesc.o)” - no debug information available for “pixdesc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(random_seed.o)” - no debug information available for “random_seed.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(rational.o)” - no debug information available for “rational.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(rc4.o)” - no debug information available for “rc4.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(samplefmt.o)” - no debug information available for “samplefmt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(sha.o)” - no debug information available for “sha.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(time.o)” - no debug information available for “time.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(timecode.o)” - no debug information available for “timecode.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(tree.o)” - no debug information available for “tree.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavutil/libavutil.a(utils.o)” - no debug information available for “utils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(allfilters.o)” - no debug information available for “allfilters.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(audio.o)” - no debug information available for “audio.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(avcodec.o)” - no debug information available for “avcodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(avfilter.o)” - no debug information available for “avfilter.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(avfiltergraph.o)” - no debug information available for “avfiltergraph.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(buffer.o)” - no debug information available for “buffer.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(buffersink.o)” - no debug information available for “buffersink.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(buffersrc.o)” - no debug information available for “buffersrc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(formats.o)” - no debug information available for “formats.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(graphparser.o)” - no debug information available for “graphparser.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavfilter/libavfilter.a(video.o)” - no debug information available for “video.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libpostproc/libpostproc.a(postprocess.o)” - no debug information available for “postprocess.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(input.o)” - no debug information available for “input.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(options.o)” - no debug information available for “options.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(output.o)” - no debug information available for “output.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(rgb2rgb.o)” - no debug information available for “rgb2rgb.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(swscale.o)” - no debug information available for “swscale.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(swscale_unscaled.o)” - no debug information available for “swscale_unscaled.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(utils.o)” - no debug information available for “utils.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libswscale/libswscale.a(yuv2rgb.o)” - no debug information available for “yuv2rgb.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcatomic.o)” - no debug information available for “fcatomic.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcblanks.o)” - no debug information available for “fcblanks.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fccache.o)” - no debug information available for “fccache.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fccfg.o)” - no debug information available for “fccfg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fccharset.o)” - no debug information available for “fccharset.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcdbg.o)” - no debug information available for “fcdbg.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcdefault.o)” - no debug information available for “fcdefault.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcdir.o)” - no debug information available for “fcdir.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcfreetype.o)” - no debug information available for “fcfreetype.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcfs.o)” - no debug information available for “fcfs.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcinit.o)” - no debug information available for “fcinit.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fclang.o)” - no debug information available for “fclang.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fclist.o)” - no debug information available for “fclist.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcmatch.o)” - no debug information available for “fcmatch.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcmatrix.o)” - no debug information available for “fcmatrix.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcname.o)” - no debug information available for “fcname.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcpat.o)” - no debug information available for “fcpat.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcserialize.o)” - no debug information available for “fcserialize.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcstr.o)” - no debug information available for “fcstr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(fcxml.o)” - no debug information available for “fcxml.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/fontconfig/lib/libfontconfig.a(ftglue.o)” - no debug information available for “ftglue.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMActuallyOpenIDFA.o)” - no debug information available for “DMActuallyOpenIDFA.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAdCacheManager.o)” - no debug information available for “DMAdCacheManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAdException.o)” - no debug information available for “DMAdException.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAdManager.o)” - no debug information available for “DMAdManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAdRequester.o)” - no debug information available for “DMAdRequester.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAdView.o)” - no debug information available for “DMAdView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAddPassesViewControllerHolder.o)” - no debug information available for “DMAddPassesViewControllerHolder.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAppUtils.o)” - no debug information available for “DMAppUtils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMAvailableDomainName.o)” - no debug information available for “DMAvailableDomainName.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMBaseAdDisplayAdapter.o)” - no debug information available for “DMBaseAdDisplayAdapter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMBaseMessage.o)” - no debug information available for “DMBaseMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMBlowDetector.o)” - no debug information available for “DMBlowDetector.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMClickReportMessage.o)” - no debug information available for “DMClickReportMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMDataDetect.o)” - no debug information available for “DMDataDetect.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMDataDetectManager.o)” - no debug information available for “DMDataDetectManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMDeviceUtils.o)” - no debug information available for “DMDeviceUtils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMDimmingView.o)” - no debug information available for “DMDimmingView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMDownloadService.o)” - no debug information available for “DMDownloadService.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMDownloader.o)” - no debug information available for “DMDownloader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMEncrypter.o)” - no debug information available for “DMEncrypter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMEventReportMessage.o)” - no debug information available for “DMEventReportMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMEventReporter.o)” - no debug information available for “DMEventReporter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMFMDatabase.o)” - no debug information available for “DMFMDatabase.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMFMResultSet.o)” - no debug information available for “DMFMResultSet.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMFullScreenPlayerViewController.o)” - no debug information available for “DMFullScreenPlayerViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMGTMBase64.o)” - no debug information available for “DMGTMBase64.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMHtmlAdDisplayAdapter.o)” - no debug information available for “DMHtmlAdDisplayAdapter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMHtmlHelper.o)” - no debug information available for “DMHtmlHelper.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMHttpConnection.o)” - no debug information available for “DMHttpConnection.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMHttpRequest.o)” - no debug information available for “DMHttpRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMImpReportMessage.o)” - no debug information available for “DMImpReportMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMLabel.o)” - no debug information available for “DMLabel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMLocationManager.o)” - no debug information available for “DMLocationManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDAdDisplayAdapter.o)” - no debug information available for “DMMRAIDAdDisplayAdapter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDConmmand.o)” - no debug information available for “DMMRAIDConmmand.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDDimmingView.o)” - no debug information available for “DMMRAIDDimmingView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDGlobal.o)” - no debug information available for “DMMRAIDGlobal.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDProperty.o)” - no debug information available for “DMMRAIDProperty.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDTimer.o)” - no debug information available for “DMMRAIDTimer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDView.o)” - no debug information available for “DMMRAIDView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDViewBrowsingController.o)” - no debug information available for “DMMRAIDViewBrowsingController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMRAIDViewDisplayController.o)” - no debug information available for “DMMRAIDViewDisplayController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMultiDomainRequest.o)” - no debug information available for “DMMultiDomainRequest.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMultiDomainRequestBaseMessage.o)” - no debug information available for “DMMultiDomainRequestBaseMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMultiDomainRequestMessage.o)” - no debug information available for “DMMultiDomainRequestMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMMultiDomainRetriedCounter.o)” - no debug information available for “DMMultiDomainRetriedCounter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMNormalScreenPlayerViewController.o)” - no debug information available for “DMNormalScreenPlayerViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMOpenIDFA.o)” - no debug information available for “DMOpenIDFA.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMOpenUDID.o)” - no debug information available for “DMOpenUDID.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMPlayerControlView.o)” - no debug information available for “DMPlayerControlView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMPlayerHeadView.o)” - no debug information available for “DMPlayerHeadView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMPlayerView.o)” - no debug information available for “DMPlayerView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMReachability.o)” - no debug information available for “DMReachability.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMReportMessage.o)” - no debug information available for “DMReportMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMRequestBaseMessage.o)” - no debug information available for “DMRequestBaseMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMRequestMessage.o)” - no debug information available for “DMRequestMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMRequestProtocolMessage.o)” - no debug information available for “DMRequestProtocolMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMResourceManager.o)” - no debug information available for “DMResourceManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMResourceUtils.o)” - no debug information available for “DMResourceUtils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMResponseBaseMessage.o)” - no debug information available for “DMResponseBaseMessage.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMSocialViewControllerHolder.o)” - no debug information available for “DMSocialViewControllerHolder.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMSqlResourceManager.o)” - no debug information available for “DMSqlResourceManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMSqliteFreqManager.o)” - no debug information available for “DMSqliteFreqManager.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMStoreProductViewController.o)” - no debug information available for “DMStoreProductViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMTimer.o)” - no debug information available for “DMTimer.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMURLDownloader.o)” - no debug information available for “DMURLDownloader.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMUserDefaults.o)” - no debug information available for “DMUserDefaults.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMUserIdentifier.o)” - no debug information available for “DMUserIdentifier.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMUtility.o)” - no debug information available for “DMUtility.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMUtils.o)” - no debug information available for “DMUtils.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMVideoAdDisplayAdapter.o)” - no debug information available for “DMVideoAdDisplayAdapter.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMVideoAdView.o)” - no debug information available for “DMVideoAdView.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMVideoAdViewController.o)” - no debug information available for “DMVideoAdViewController.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMVideoModel.o)” - no debug information available for “DMVideoModel.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMViewControllerHolder.o)” - no debug information available for “DMViewControllerHolder.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMViewControllerHolders.o)” - no debug information available for “DMViewControllerHolders.m”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/DomobAdSDK/libDomobAdSDK.a(DMWebBrowser.o)” - no debug information available for “DMWebBrowser.m”.

warning: Could not find object file “/Applications/Xcode 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a(arclite.o)” - no debug information available for “arclite.mm”.

… done
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
0x32e4d4f0 in mach_msg_trap ()
Error while running hook_stop:
No symbol table is loaded. Use the “file” command.
gdb$

问题又来了,我用gdb attach “OPlayerHD Lite” 直接这个程序卡住了,到底什么情况?
gdb$ attach “OPlayerHD Lite”
Attaching to process 1296.
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
Reading symbols for shared libraries . done
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
Reading symbols for shared libraries warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(CharDistribution.o)” - no debug information available for “CharDistribution.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(JpCntx.o)” - no debug information available for “JpCntx.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/…/3rd/UniversalDetector4iPhone/DerivedData/UniversalDetector/Build/Products/Release-iphoneos/libUniversalDetector.a(LangBulgarianModel.o)” - no debug information available for “LangBulgarianModel.cpp”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(pmpdec.o)” - no debug information available for “pmpdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(psxstr.o)” - no debug information available for “psxstr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(pva.o)” - no debug information available for “pva.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(qcp.o)” - no debug information available for “qcp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(r3d.o)” - no debug information available for “r3d.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rawdec.o)” - no debug information available for “rawdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rawenc.o)” - no debug information available for “rawenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rawvideodec.o)” - no debug information available for “rawvideodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rdt.o)” - no debug information available for “rdt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(realtextdec.o)” - no debug information available for “realtextdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(riff.o)” - no debug information available for “riff.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rl2.o)” - no debug information available for “rl2.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rm.o)” - no debug information available for “rm.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rmdec.o)” - no debug information available for “rmdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rmenc.o)” - no debug information available for “rmenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rpl.o)” - no debug information available for “rpl.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rso.o)” - no debug information available for “rso.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rsodec.o)” - no debug information available for “rsodec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rsoenc.o)” - no debug information available for “rsoenc.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtmphttp.o)” - no debug information available for “rtmphttp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtmppkt.o)” - no debug information available for “rtmppkt.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtmpproto.o)” - no debug information available for “rtmpproto.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtp.o)” - no debug information available for “rtp.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec.o)” - no debug information available for “rtpdec.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_amr.o)” - no debug information available for “rtpdec_amr.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_asf.o)” - no debug information available for “rtpdec_asf.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_g726.o)” - no debug information available for “rtpdec_g726.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_h263.o)” - no debug information available for “rtpdec_h263.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_h263_rfc2190.o)” - no debug information available for “rtpdec_h263_rfc2190.c”.

warning: Could not find object file “/Users/yanneo/Develop/trunk/OPlayerHD/Classes/MPlayer-1.0rc4/ffmpeg/libavformat/libavformat.a(rtpdec_h264.o)” - no debug information available for “rtpdec_h264.c”.

warning: Could not find object file “/Applications/Xcode 2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a(arclite.o)” - no debug information available for “arclite.mm”.

… done
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
0x32e4d4f0 in mach_msg_trap ()
Error while running hook_stop:
No symbol table is loaded. Use the “file” command.
gdb$

根本就无法用gdb调试了, 我也下载了.gdbinit 用于优化gdb的脚本。还是不行,APP照样卡死了

看论坛帖子换LLDB吧

看了照着做了,但是发现你讲的:
假如我们在SpringBoard这个image的0xb446(在_menuButtonDown:中)处下断点,则此地址在内存中的实际位置是0xb446 + 0x9a000 = 0xa5446. 中 0xb446怎么看,我用ida想打开SpringBoard看,
但是给我提示:Please use 64-bit version of IDA to analyze 64-bit files 我去IDA官网下载Demo版本就只有32bit的吗???

我换LLDB了,照样有很多错误,已经发新贴了。里面的offset根本看不到。到底什么情况啊?