简体   繁体   English

如何使用适用于IOS的本地linhpone SDK编译linphone

[英]How to compile linphone using local linhpone SDK for IOS

So far i have build my own linphone SDK. 到目前为止,我已经构建了自己的linphone SDK。 Now i need to compile and builld my project using my SDK. 现在,我需要使用我的SDK编译和构建我的项目。 but when download the linphone code using this, git clone https://github.com/BelledonneCommunications/linphone-iphone.git and i have run the this command inside the downloaded folder, 但是当使用此命令下载linphone代码时,git clone https://github.com/BelledonneCommunications/linphone-iphone.git ,我已经在下载的文件夹中运行了此命令,

  1. PODFILE_PATH='path to linphone-sdk-ios' pod install PODFILE_PATH ='linphone-sdk-ios'pod安装的路径

error said i don't have " No podspec found doe 'linphone sdk' ", I think here I don't know how to give the path for sdk or i might be run this command in the wrong place. 错误说我没有“找不到podspec到'linphone sdk'”,我想在这里我不知道如何给sdk路径,否则我可能会在错误的地方运行此命令。 Please i need to know, 请我需要知道

  1. How to give the SDK path 如何提供SDK路径
  2. How to compile the code using local SDK. 如何使用本地SDK编译代码。

您可以尝试使用此pod 'linphone-sdk', path: 'PATH_TO_LINPHONE/linphone-sdk.podspec'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM