-
Notifications
You must be signed in to change notification settings - Fork 181
ios The owt.framework reference fails #743
Description
When I introduced the owt.framework into the project, an error was reported
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
ld: Undefined symbols:
sio::client::set_fail_listener(std::__1::function<void ()> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
sio::client::set_open_listener(std::__1::function<void ()> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
sio::client::set_reconnect_delay(unsigned int), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
sio::client::set_reconnect_attempts(int), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::OnNotificationFromServer(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::shared_ptrsio::message const&) in OWT36
sio::client::set_reconnecting_listener(std::__1::function<void ()> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
sio::client::set_socket_close_listener(std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&)> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
sio::client::close(), referenced from:
l054 in OWT36
l054 in OWT36
l068 in OWT36
sio::client::socket(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::Emit(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, sio::message::list const&, std::__1::function<void (sio::message::list const&)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
l278 in OWT36
sio::client::connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
sio::client::client(), referenced from:
owt::conference::ConferenceSocketSignalingChannel::ConferenceSocketSignalingChannel() in OWT36
sio::client::~client(), referenced from:
owt::conference::ConferenceSocketSignalingChannel::~ConferenceSocketSignalingChannel() in OWT36
sio::socket::on(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::shared_ptrsio::message const&, bool, sio::message::list&)> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::Connect(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, std::__1::function<void (std::__1::shared_ptrsio::message)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
sio::socket::emit(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, sio::message::list const&, std::__1::function<void (sio::message::list const&)> const&), referenced from:
owt::conference::ConferenceSocketSignalingChannel::Disconnect(std::__1::function<void ()>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::Emit(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator> const&, sio::message::list const&, std::__1::function<void (sio::message::list const&)>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::RefreshReconnectionTicket() in OWT36
l037 in OWT36
sio::client::opened() const, referenced from:
owt::conference::ConferenceSocketSignalingChannel::Disconnect(std::__1::function<void ()>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
owt::conference::ConferenceSocketSignalingChannel::Disconnect(std::__1::function<void ()>, std::__1::function<void (std::__1::unique_ptr<owt::base::Exception, std::__1::default_deleteowt::base::Exception>)>) in OWT36
What should I do,please help me