2012-01-29 127 views
0

如何从mms://地址流音频?
我想在iOS 5设备上构建WunderRadio,但是我得到了很多错误。 我得到这个错误,当我试图建立WunderRadio目标:iOS 5上的MMS音频

Undefined symbols for architecture armv7: 
"_Status_SetNewStatusByKey", referenced from: 
    -[WunderRadioAppDelegate applicationDidReceiveMemoryWarning:] in WunderRadioAppDelegate.o 
"_OBJC_CLASS_$_WebAudioPlayer", referenced from: 
objc-class-ref in SkinViewController.o 
"_Status_GetCurrentStatus", referenced from: 
    -[LevelMeterView updateBargraph:] in LevelMeterView.o 
"_gStreamingAudioPlayerTimerMax", referenced from: 
    -[PreferenceViewController initWithNibName:bundle:] in PreferenceViewController.o 
    -[PreferenceViewController makemp3Buffer:] in PreferenceViewController.o 
"_Status_SetNewStatusString", referenced from: 
    -[SkinViewController setShowingPlay:] in SkinViewController.o 
"_CMAudioPlayerAudioIsAvailableNotification", referenced from: 
    -[DebugController gotRunNotification:] in DebugController.o 
    -[DebugController gotLngNotification:] in DebugController.o 
"_ExpandString", referenced from: 
    -[DebugController runPressed:] in DebugController.o 
    -[DebugController lngPressed:] in DebugController.o 
    -[SkinViewController expandString:] in SkinViewController.o 
"_OBJC_CLASS_$_URLBackgroundOperation", referenced from: 
    objc-class-ref in SkinViewController.o 
"_CMAudioPlayerAudioIsDoneNotification", referenced from: 
    -[DebugController gotLngNotification:] in DebugController.o 
"_OBJC_CLASS_$_RadioTimeBrowser", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
    objc-class-ref in SkinViewController.o 
"_OBJC_CLASS_$_Reachability", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
"_CMAudioPlayerAudioDidStopNotification", referenced from: 
    -[DebugController gotLngNotification:] in DebugController.o 
    -[SkinViewController initWithNibName:bundle:] in SkinViewController.o 
"_OBJC_CLASS_$_EnhancedAlertView", referenced from: 
    objc-class-ref in DebugController.o 
"_OBJC_CLASS_$_FavoriteViewController", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
"_OBJC_CLASS_$_WXRadioItem", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
    objc-class-ref in SkinViewController.o 
"_CMAudioPlayerAudioDidPlayNotification", referenced from: 
    -[SkinViewController initWithNibName:bundle:] in SkinViewController.o 
"_OBJC_CLASS_$_WBSettingsManager", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
    objc-class-ref in PreferenceViewController.o 
"_OBJC_CLASS_$_MusicViewController", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
"_OBJC_CLASS_$_WebViewController", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
"_OBJC_CLASS_$_SettingsAndKeyChainStorage", referenced from: 
    objc-class-ref in WunderRadioAppDelegate.o 
    objc-class-ref in DebugController.o 
    objc-class-ref in SkinViewController.o 
ld: symbol(s) not found for architecture armv7 
collect2: ld returned 1 exit status 

任何想法来解决这个问题或其他解决方案,流彩信://?

感谢

+0

您无法提供足够的信息来帮助您。总体而言,看起来好像您在项目中缺少了几个实现文件。您是否在应用程序中使用第三方库或某个预制项目? – Till 2012-02-02 12:50:16

+0

是的,我使用WunderRadio项目,最新版本:http://wunderradio.com/code.html我使用这个链接(对于ios 4.2)来构建:http://jackieqi.wordpress.com/2010/11/ 29/build-wunder-radio-1-9-on-xcode-3-2-5-and-ios-sdk-4-2/ – enfix 2012-02-02 12:58:02

+0

你知道这个WunderRadio项目基本上是FFMPEG的简单包装,它是俗称不符合Apple iTunes许可条款? - >使用这些东西时,您的项目可能会被拒绝。 – Till 2012-02-02 13:54:16

回答

0

“_Status_SetNewStatusByKey”没有定义任何地方(实际上有一个关于它的警告)

您可以删除它,它在新版本的已删除反正。