Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
1146 Discussions

Build iOS sample for iPhone 6s simulator

Chao-Yu_C_
Beginner
447 Views

 

I'm trying to run iOS sample in my Mac Pro simulator 

Environment : OS X Yosemite 10.10.5

Xcode 7.1

iPhone 6s simulator

 

here is my steps:

1.download sample 

2.open WoogeenConference

3.check libwoogeen.a and libsioclient.a 

Architectures in the fat file: libsioclient.a are: armv7 arm64

4.I use my build version target for x86_64 

https://dl.dropboxusercontent.com/u/13961177/libsioclient.a

https://dl.dropboxusercontent.com/u/13961177/libwoogeen.a

5.add them into (Build Phases / Link Binary With Libraries)

6.I get 64 errors like this

https://dl.dropboxusercontent.com/u/13961177/error.txt

 

"_OBJC_CLASS_$_RTCEAGLVideoView", referenced from:

      objc-class-ref in StreamView.o

  "_OBJC_CLASS_$_RTCICEServer", referenced from:

      objc-class-ref in AppDelegate.o

  "_OBJC_CLASS_$_RTCMediaStream", referenced from:

      objc-class-ref in libwoogeen.a(woogeen_sdk_objc.RTCStream.o)

  "rtc::LogMessage::min_sev_", referenced from:

      rtc::LogMessage::Loggable(rtc::LoggingSeverity) in libwoogeen.a(woogeen_sdk_objc.RTCConferenceClient.o)

      rtc::LogMessage::Loggable(rtc::LoggingSeverity) in libwoogeen.a(woogeen_sdk_base.stream.o)

      rtc::LogMessage::Loggable(rtc::LoggingSeverity) in libwoogeen.a(woogeen_sdk_conf.conferenceclient.o)

      rtc::LogMessage::Loggable(rtc::LoggingSeverity) in libwoogeen.a(woogeen_sdk_conf.socketsignalingchannel.o)

      rtc::LogMessage::Loggable(rtc::LoggingSeverity) in libwoogeen.a(woogeen_sdk_conf.conferencepeerconnectionchannel.o)

      rtc::LogMessage::Loggable(rtc::LoggingSeverity) in libwoogeen.a(woogeen_sdk_base.peerconnectiondependencyfactory.o)

      rtc::LogMessage::Loggable(rtc::LoggingSeverity) in libwoogeen.a(woogeen_sdk_base.peerconnectionchannel.o)

      ...

  "rtc::LogMessage::LogMessage(char const*, int, rtc::LoggingSeverity, rtc::LogErrorContext, int, char const*)", referenced from:

      -[RTCConferenceClient initWithConfiguration:] in libwoogeen.a(woogeen_sdk_objc.RTCConferenceClient.o)

      woogeen::LocalCameraStream::~LocalCameraStream() in libwoogeen.a(woogeen_sdk_base.stream.o)

      woogeen::LocalCameraStream::LocalCameraStream(std::__1::shared_ptr<woogeen::LocalCameraStreamParameters>) in libwoogeen.a(woogeen_sdk_base.stream.o)

      woogeen::ConferenceClient::Publish(std::__1::shared_ptr<woogeen::LocalStream>, std::__1::function<void ()>, std::__1::function<void (std::__1::unique_ptr<woogeen::ConferenceException, std::__1::default_delete<woogeen::ConferenceException> >)>) in libwoogeen.a(woogeen_sdk_conf.conferenceclient.o)

      woogeen::ConferenceClient::Subscribe(std::__1::shared_ptr<woogeen::RemoteStream>, std::__1::function<void (std::__1::shared_ptr<woogeen::RemoteStream>)>, std::__1::function<void (std::__1::unique_ptr<woogeen::ConferenceException, std::__1::default_delete<woogeen::ConferenceException> >)>) in libwoogeen.a(woogeen_sdk_conf.conferenceclient.o)

      woogeen::ConferenceClient::Unpublish(std::__1::shared_ptr<woogeen::LocalStream>, std::__1::function<void ()>, std::__1::function<void (std::__1::unique_ptr<woogeen::ConferenceException, std::__1::default_delete<woogeen::ConferenceException> >)>) in libwoogeen.a(woogeen_sdk_conf.conferenceclient.o)

      woogeen::ConferenceClient::Unsubscribe(std::__1::shared_ptr<woogeen::RemoteStream>, std::__1::function<void ()>, std::__1::function<void (std::__1::unique_ptr<woogeen::ConferenceException, std::__1::default_delete<woogeen::ConferenceException> >)>) in libwoogeen.a(woogeen_sdk_conf.conferenceclient.o)

...

 

Can anyone give me some hints on how to solve this problem?

 

 

 

0 Kudos
1 Solution
Chunbo_H_Intel1
Employee
447 Views

Hi Chaoyu,

Currently, we do not support the simulator. And what's more, we will add the support next release.

Thanks.

View solution in original post

0 Kudos
1 Reply
Chunbo_H_Intel1
Employee
448 Views

Hi Chaoyu,

Currently, we do not support the simulator. And what's more, we will add the support next release.

Thanks.

0 Kudos
Reply