2012-01-29 3 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 

어떤 아이디어가 MMS를 스트림에이 문제 나 다른 솔루션을 해결하기를?

감사

+0

도움이되는 정보가 충분하지 않습니다. 전반적으로 프로젝트에 몇 가지 구현 파일이 누락 된 것처럼 보입니다. 앱에서 제 3 자 라이브러리 또는 사전 제작 된 프로젝트를 사용하고 있습니까? – Till

+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

+0

이 WunderRadio 프로젝트는 기본적으로 FFMPEG의 간단한 래퍼입니다. 일반적으로 Apple iTunes 라이센스 조항을 준수하지 않는 것으로 알려져 있습니까? ->이 물건을 사용할 때 프로젝트가 거절 될 가능성이 있습니다. – Till

답변

0

은 "_Status_SetNewStatusByKey는"

당신은 그것을 삭제할 수 있습니다, 그것은 어쨌든 새 버전에서 삭제됩니다 (그것에 대해 경고가 실제로있다) 어디 정의되어 있지 않습니다.

관련 문제