设为首页收藏本站

AnyChat技术支持论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 9630|回复: 6
打印 上一主题 下一主题

使用ios 这边的demo出现的问题。能帮忙解决一下吗

[复制链接]

2

主题

4

帖子

12

积分

新手上路

Rank: 1

积分
12
跳转到指定楼层
楼主
发表于 2013-10-9 11:19:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Undefined symbols for architecture armv7:
  "std::__throw_length_error(char const*)", referenced from:
      std::vector<void*, std::allocator<void*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<void**, std::vector<void*, std::allocator<void*> > >, unsigned long, void* const&) in libaudio_processing.a(processing_component.o)
  "___cxa_rethrow", referenced from:
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CBRAsyncEngine::AE_CMD_PACKET*>, std::_Select1st<std::pair<unsigned int const, CBRAsyncEngine::AE_CMD_PACKET*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CBRAsyncEngine::AE_CMD_PACKET*> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, CBRAsyncEngine::AE_CMD_PACKET*> > const*, std::_Rb_tree_node<std::pair<unsigned int const, CBRAsyncEngine::AE_CMD_PACKET*> >*) in libanychatcore.a(asyncengine.o)
  "vtable for __cxxabiv1::__vmi_class_type_info", referenced from:
      typeinfo for CControlCenter in libanychatcore.a(ControlCenter.o)
      typeinfo for CProtocolCenter in libanychatcore.a(ProtocolCenter.o)
      typeinfo for CAnyChatCallbackHelper in libanychatcore.a(AnyChatCallbackHelper.o)
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "std::_List_node_base::unhook()", referenced from:
      CControlCenter::RegisterBitrateStatistItem(unsigned int, unsigned int, unsigned int) in libanychatcore.a(ControlCenter.o)
      CNetworkCenter::OnSocketWrite(unsigned int, unsigned int) in libanychatcore.a(NetworkCenter.o)
      CBufferTransMgr::DeliverReSendPackFromTask(CBufferTransMgr::TRANSBUF_TASK*, unsigned int) in libanychatcore.a(buffertransmgr.o)
      CClientUser::OnLinkTimeCheckResult(CClientUser::P2P_CONNECT_TYPE, unsigned int) in libanychatcore.a(ClientUser.o)
      MsgDeliverServiceThread(void*) in libanychatcore.a(threadmsgdeliver.o)
      webrtc::AudioProcessingImpl::~AudioProcessingImpl() in libaudio_processing.a(audio_processing_impl.o)
  "___cxa_pure_virtual", referenced from:
      vtable for CRouteTableBase in libanychatcore.a(routetablebase.o)
      vtable for CWin32MsgDeliver in libanychatcore.a(win32msgdeliver.o)
      vtable for CThreadMsgDeliver in libanychatcore.a(threadmsgdeliver.o)
      vtable for webrtc::GainControl in libaudio_processing.a(gain_control_impl.o)
      vtable for webrtc::HighPassFilter in libaudio_processing.a(high_pass_filter_impl.o)
      vtable for webrtc::LevelEstimator in libaudio_processing.a(level_estimator_impl.o)
      vtable for webrtc::VoiceDetection in libaudio_processing.a(voice_detection_impl.o)
      ...
  "std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*>, std::_Select1st<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >, std::_Rb_tree_iterator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >) in libanychatcore.a(MediaCenter.o)
      CControlCenter::LeaveRoom(int) in libanychatcore.a(ControlCenter.o)
      CControlCenter::OnUserEnterRoom(unsigned int, USER_INFO_BASE_STRUCT, unsigned int) in libanychatcore.a(ControlCenter.o)
      CControlCenter::OnUserLeaveRoom(unsigned int, unsigned int, unsigned int) in libanychatcore.a(ControlCenter.o)
      CUserOnlineStatusHelper::RefreshStatus() in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less<int>, std::allocator<std::pair<int const, int> > >::erase(std::_Rb_tree_iterator<std::pair<int const, int> >, std::_Rb_tree_iterator<std::pair<int const, int> >) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, std::_Select1st<std::pair<unsigned int const, unsigned int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned int> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, unsigned int> >, std::_Rb_tree_iterator<std::pair<unsigned int const, unsigned int> >) in libanychatcore.a(ControlCenter.o)
      ...
  "std::terminate()", referenced from:
      CMediaCenter::OnAudioCaptureInitFinish(unsigned int, unsigned int, tagWAVEFORMATEX) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::MakeSureUserMediaItemExist(unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::PrepareAudioFrameBuffer(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int, signed char) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::EncodeAudioFrame(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::CMediaCenter() in libanychatcore.a(MediaCenter.o)
      CMediaCenter::~CMediaCenter() in libanychatcore.a(MediaCenter.o)
      CMediaCenter::Release() in libanychatcore.a(MediaCenter.o)
      ...
  "std::_List_node_base::hook(std::_List_node_base*)", referenced from:
      std::list<GV_BITRATE_STATIST_ITEM_STRUCT, std::allocator<GV_BITRATE_STATIST_ITEM_STRUCT> >::_M_insert(std::_List_iterator<GV_BITRATE_STATIST_ITEM_STRUCT>, GV_BITRATE_STATIST_ITEM_STRUCT const&) in libanychatcore.a(ControlCenter.o)
      std::list<CNetworkCenter::DATA_BUFFER*, std::allocator<CNetworkCenter::DATA_BUFFER*> >::_M_insert(std::_List_iterator<CNetworkCenter::DATA_BUFFER*>, CNetworkCenter::DATA_BUFFER* const&) in libanychatcore.a(NetworkCenter.o)
      std::list<unsigned int, std::allocator<unsigned int> >::_M_insert(std::_List_iterator<unsigned int>, unsigned int const&) in libanychatcore.a(streambuffermgr.o)
      std::list<long, std::allocator<long> >::_M_insert(std::_List_iterator<long>, long const&) in libanychatcore.a(threadmsgdeliver.o)
      webrtc::AudioProcessingImpl::AudioProcessingImpl(int) in libaudio_processing.a(audio_processing_impl.o)
  "std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*>, std::_Select1st<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> const&) in libanychatcore.a(MediaCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, std::_Select1st<std::pair<unsigned int const, unsigned int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, unsigned int> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less<int>, std::allocator<std::pair<int const, int> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<int const, int> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, char*>, std::_Select1st<std::pair<unsigned int const, char*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, char*> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, char*> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CClientUser*>, std::_Select1st<std::pair<unsigned int const, CClientUser*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CClientUser*> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, CClientUser*> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM>, std::_Select1st<std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM>, std::_Select1st<std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM> const&) in libanychatcore.a(NetworkCenter.o)
      ...
  "___cxa_end_catch", referenced from:
      BRAC_Release() in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Connect(char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Login(char const*, char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Logout() in libanychatcore.a(BRAnyChatCore.o)
      BRAC_EnterRoom(unsigned int, char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_LeaveRoom(unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_SetVideoPos(unsigned int, void*, unsigned int, unsigned int, unsigned int, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      ...
  "operator delete(void*)", referenced from:
      BRAC_InitSDK(void*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_GetOnlineUser(unsigned int*, unsigned int&) in libanychatcore.a(BRAnyChatCore.o)
      CDebugInfo::~CDebugInfo() in libanychatcore.a(debuginfo.o)
      CLocalConfig::~CLocalConfig() in libanychatcore.a(LocalConfig.o)
      CMediaCenter::MakeSureUserMediaItemExist(unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::EncodeAudioFrame(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::~CMediaCenter() in libanychatcore.a(MediaCenter.o)
      ...
  "___cxa_guard_release", referenced from:
      CMediaCenter::OnVideoCaptureCallBack(char*, unsigned int, unsigned int, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::PrepareAudioFrameBuffer(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int, signed char) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::EncodeAudioFrame(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int) in libanychatcore.a(MediaCenter.o)
      CControlCenter::Update() in libanychatcore.a(ControlCenter.o)
      CUserOnlineStatusHelper::RefreshStatus() in libanychatcore.a(ControlCenter.o)
      CNetworkCenter::ServiceThread() in libanychatcore.a(NetworkCenter.o)
      CBufferTransMgr::OutputTaskListInfo() in libanychatcore.a(buffertransmgr.o)
      ...
  "operator new(unsigned long)", referenced from:
      BRAC_InitSDK(void*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      CMediaCenter::MakeSureUserMediaItemExist(unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::EncodeAudioFrame(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int) in libanychatcore.a(MediaCenter.o)
      CreateRingBuffer(CRingBuffer**, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::InitMediaCenter(void*) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::DecodeAudioFrame(unsigned int, unsigned char*, unsigned int, unsigned int, signed char, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::DecodeVideoFrame(unsigned int, unsigned int, unsigned char*, unsigned int, signed char, unsigned int) in libanychatcore.a(MediaCenter.o)
      ...
  "___cxa_begin_catch", referenced from:
      BRAC_Release() in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Connect(char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Login(char const*, char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Logout() in libanychatcore.a(BRAnyChatCore.o)
      BRAC_EnterRoom(unsigned int, char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_LeaveRoom(unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_SetVideoPos(unsigned int, void*, unsigned int, unsigned int, unsigned int, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      ...
  "___cxa_guard_abort", referenced from:
      CMediaCenter::OnVideoCaptureCallBack(char*, unsigned int, unsigned int, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::PrepareAudioFrameBuffer(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int, signed char) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::EncodeAudioFrame(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int) in libanychatcore.a(MediaCenter.o)
      CControlCenter::Update() in libanychatcore.a(ControlCenter.o)
      CUserOnlineStatusHelper::RefreshStatus() in libanychatcore.a(ControlCenter.o)
      CNetworkCenter::ServiceThread() in libanychatcore.a(NetworkCenter.o)
      CBufferTransMgr::OutputTaskListInfo() in libanychatcore.a(buffertransmgr.o)
      ...
  "std::__throw_bad_alloc()", referenced from:
      std::vector<int, std::allocator<int> >::_M_fill_assign(unsigned long, int const&) in libaudio_processing.a(gain_control_impl.o)
      std::vector<void*, std::allocator<void*> >::_M_fill_insert(__gnu_cxx::__normal_iterator<void**, std::vector<void*, std::allocator<void*> > >, unsigned long, void* const&) in libaudio_processing.a(processing_component.o)
  "operator delete[](void*)", referenced from:
      CMediaCenter::DestroyUserMediaItem(unsigned int, CMediaCenter::USER_MEIDA_ITEM*) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::ClearLocalAudioEncodeResource() in libanychatcore.a(MediaCenter.o)
      CMediaCenter::DecodeVideoFrame(unsigned int, unsigned int, unsigned char*, unsigned int, signed char, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::OnResetAudioRenderItem(unsigned int) in libanychatcore.a(MediaCenter.o)
      CRingBuffer::~CRingBuffer() in libanychatcore.a(MediaCenter.o)
      CRingBuffer::~CRingBuffer() in libanychatcore.a(MediaCenter.o)
      CProtocolBase::RecyclePackBuf(char*) in libanychatcore.a(protocolbase.o)
      ...
  "vtable for __cxxabiv1::__class_type_info", referenced from:
      typeinfo for CDebugInfo in libanychatcore.a(debuginfo.o)
      typeinfo for CLocalConfig in libanychatcore.a(LocalConfig.o)
      typeinfo for CMediaCenter in libanychatcore.a(MediaCenter.o)
      typeinfo for CMemoryPool<CMediaCenter::USER_MEIDA_ITEM> in libanychatcore.a(MediaCenter.o)
      typeinfo for CRingBuffer in libanychatcore.a(MediaCenter.o)
      typeinfo for CProtocolBase in libanychatcore.a(protocolbase.o)
      typeinfo for IBufferTransInterface in libanychatcore.a(ControlCenter.o)
      ...
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "std::_Rb_tree_decrement(std::_Rb_tree_node_base*)", referenced from:
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*>, std::_Select1st<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> > >::_M_insert_unique(std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> const&) in libanychatcore.a(MediaCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, std::_Select1st<std::pair<unsigned int const, unsigned int> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned int> > >::_M_insert_unique(std::pair<unsigned int const, unsigned int> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<int, std::pair<int const, int>, std::_Select1st<std::pair<int const, int> >, std::less<int>, std::allocator<std::pair<int const, int> > >::_M_insert_unique(std::pair<int const, int> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, char*>, std::_Select1st<std::pair<unsigned int const, char*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, char*> > >::_M_insert_unique(std::pair<unsigned int const, char*> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CClientUser*>, std::_Select1st<std::pair<unsigned int const, CClientUser*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CClientUser*> > >::_M_insert_unique(std::pair<unsigned int const, CClientUser*> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM>, std::_Select1st<std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM> > >::_M_insert_unique(std::pair<unsigned int const, CUserOnlineStatusHelper::ONLINE_STATUS_ITEM> const&) in libanychatcore.a(ControlCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM>, std::_Select1st<std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM> > >::_M_insert_unique(std::pair<unsigned int const, CNetworkCenter::NAT_INFO_ITEM> const&) in libanychatcore.a(NetworkCenter.o)
      ...
  "std::_Rb_tree_increment(std::_Rb_tree_node_base*)", referenced from:
      CMediaCenter::Release() in libanychatcore.a(MediaCenter.o)
      CMediaCenter::DestroyAudioRenderModule() in libanychatcore.a(MediaCenter.o)
      CMediaCenter::DestroyVideoRenderModule() in libanychatcore.a(MediaCenter.o)
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*>, std::_Select1st<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> > >::erase(std::_Rb_tree_iterator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >, std::_Rb_tree_iterator<std::pair<unsigned int const, CMediaCenter::USER_MEIDA_ITEM*> >) in libanychatcore.a(MediaCenter.o)
      CControlCenter::Release() in libanychatcore.a(ControlCenter.o)
      CControlCenter::LeaveRoom(int) in libanychatcore.a(ControlCenter.o)
      CControlCenter::LogoutServer() in libanychatcore.a(ControlCenter.o)
      ...
  "___gxx_personality_sj0", referenced from:
      BRAC_InitSDK(void*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Release() in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Connect(char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Login(char const*, char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_Logout() in libanychatcore.a(BRAnyChatCore.o)
      BRAC_EnterRoom(unsigned int, char const*, unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      BRAC_LeaveRoom(unsigned int) in libanychatcore.a(BRAnyChatCore.o)
      ...
  "vtable for __cxxabiv1::__si_class_type_info", referenced from:
      typeinfo for CAudioProcessingWebRtc in libmediacore.a(brMediaCore.o)
      typeinfo for CBRAsyncEngine in libanychatcore.a(asyncengine.o)
      typeinfo for CRouteTableClient in libanychatcore.a(routetableclient.o)
      typeinfo for CiOSAudioPlay in libmediacore.a(iOSAudioPlay.o)
      typeinfo for CiOSVideoShow in libmediashow.a(iOSVideoShow.o)
      typeinfo for CiOSAudioRecord in libmediacore.a(iOSAudioRecord.o)
      typeinfo for CiOSVideoCapture in libmediacore.a(iOSVideoCapture.o)
      ...
  NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
  "operator new[](unsigned long)", referenced from:
      CreateRingBuffer(CRingBuffer**, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::DecodeVideoFrame(unsigned int, unsigned int, unsigned char*, unsigned int, signed char, unsigned int) in libanychatcore.a(MediaCenter.o)
      CProtocolBase::PackageSysLinkTimeCheckPack(unsigned int, unsigned int, unsigned int, char**, unsigned int&) in libanychatcore.a(protocolbase.o)
      CProtocolBase::SendEnterRoomRequestPack(char*, char*) in libanychatcore.a(protocolbase.o)
      CProtocolBase::PackageMediaTransDataPack(int, int, unsigned char*, int, char**, unsigned int&) in libanychatcore.a(protocolbase.o)
      CProtocolBase::PackageMediaStream(unsigned int, unsigned int, unsigned int, unsigned int, char*, unsigned int, char*, unsigned int, char**, unsigned int&) in libanychatcore.a(protocolbase.o)
      CProtocolBase::PackageMediaStreamResendPack(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned char, char**, unsigned int&) in libanychatcore.a(protocolbase.o)
      ...
  "___cxa_guard_acquire", referenced from:
      CMediaCenter::OnVideoCaptureCallBack(char*, unsigned int, unsigned int, unsigned int) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::PrepareAudioFrameBuffer(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int, signed char) in libanychatcore.a(MediaCenter.o)
      CMediaCenter::EncodeAudioFrame(CMediaCenter::USER_MEIDA_ITEM*, unsigned char*, unsigned int) in libanychatcore.a(MediaCenter.o)
      CControlCenter::Update() in libanychatcore.a(ControlCenter.o)
      CUserOnlineStatusHelper::RefreshStatus() in libanychatcore.a(ControlCenter.o)
      CNetworkCenter::ServiceThread() in libanychatcore.a(NetworkCenter.o)
      CBufferTransMgr::OutputTaskListInfo() in libanychatcore.a(buffertransmgr.o)
      ...
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

249

主题

2967

帖子

9075

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
9075
沙发
发表于 2013-10-9 11:30:31 | 只看该作者
您好,请问直接编译我们AnyChat for iOS SDK包中的示例代码是否正常呢?
回复 支持 反对

使用道具 举报

2

主题

4

帖子

12

积分

新手上路

Rank: 1

积分
12
板凳
 楼主| 发表于 2013-10-9 15:52:07 | 只看该作者
直接编译sdk包中的示例代码可以,但是自己创建一个工程导入demo里面的sdk跑不起来,是不是要进行什么配置
回复 支持 反对

使用道具 举报

249

主题

2967

帖子

9075

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
9075
地板
发表于 2013-10-9 16:03:33 | 只看该作者
是的,请对比一下工程的设置,比如编译器所使用的gcc类型等。
回复 支持 反对

使用道具 举报

0

主题

1

帖子

4

积分

新手上路

Rank: 1

积分
4
5#
发表于 2013-10-30 13:22:10 | 只看该作者
xy853535182 发表于 2013-10-9 15:52
直接编译sdk包中的示例代码可以,但是自己创建一个工程导入demo里面的sdk跑不起来,是不是要进行什么配置

在 build setting 里设置 compile sources as 为 objective-c++ 就可以跑起来了,但是我自己的工程里面设置成 objective-c++ 又不能跑了
回复 支持 反对

使用道具 举报

249

主题

2967

帖子

9075

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
9075
6#
发表于 2013-10-30 13:45:04 | 只看该作者
不能跑,有什么样的提示吗?
回复 支持 反对

使用道具 举报

5

主题

1269

帖子

3677

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
3677
7#
发表于 2014-3-10 09:13:52 | 只看该作者
你好,是不是编译环境的问题,参考这个帖子
http://bbs.anychat.cn/forum.php? ... &extra=page%3D1
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|AnyChat ( 粤ICP备13022410号-1 )  

GMT+8, 2024-4-21 10:41 , Processed in 0.130204 second(s), 21 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表