nttcom / SkyWay-iOS-Sample

[Deprecated] Sample application of SkyWay iOS SDK
16 stars 11 forks source link

SkyWay-iOS-Sample compile problem #1

Closed JinGuoGe closed 8 years ago

JinGuoGe commented 8 years ago

Hi, ntt communication members! Thank you for your contribution. SkyWay-iOS-Sample is satisfied for our project requirement. During compiling this with SkyWay framework, i failed it. By google search, i found out that this is because of framework damaged. I run following command: xcrun -sdk iphoneos lipo -info SkyWay This command printed error message. Please help me(jinguoge99@outlook.com). Thank you.

sho-y commented 8 years ago

I tried to build SkyWay-iOS-Sample, but i succeeded to compile it. Would you please try again referring to this repository's README You can get SkyWay-iOS-SDK framework which is needed to compile SkyWay-iOS-Sample here If you fail again, please inform more about your environment(Xcode version, iOS version,etc)

JinGuoGe commented 8 years ago

Thank you for your solution. I compiled it successfully. I replaced Headers,Resources, skyway with /versions/A/. in SkyWay.framework( Closes #1 ). And i have another question. I want to save remote audio and local audio to mp3 file during video chatting. Is it possible by SkyWay framework?

sho-y commented 8 years ago

I'm sorry for the late response.

Thank you for your solution. I compiled it successfully. I replaced Headers,Resources, skyway with /versions/A/. in SkyWay.framework( Closes #1 ).

I'm glad to hear that.

And i have another question. I want to save remote audio and local audio to mp3 file during video chatting. Is it possible by SkyWay framework?

I'm sorry, but SkyWay SDK doesn't support it. The SKWVideo class is derived from UIView, so you might be able to find a way to record through the UIView.