首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >RingCentral Swift编译失败

RingCentral Swift编译失败
EN

Stack Overflow用户
提问于 2020-10-02 20:27:04
回答 2查看 82关注 0票数 3

我是RingCentral的新手。我正在尝试iOS应用程序的RingCentral Swift。我正在检查引用here

我得到了以下编译失败的问题:

代码语言:javascript
复制
*** Fetching Alamofire
*** Fetching ObjectMapper
*** Checking out ObjectMapper at "3.4.2"
*** Checking out Alamofire at "4.8.1"
*** Checking out ringcentral-swift at "1.0.1"
*** Checking out CryptoSwift at "0.14.0"
*** Checking out objective-c at "v4.8.5"
*** xcodebuild output can be found in /var/folders/49/ckkpnf9n6lgbfsfp407twf840000gn/T/carthage-xcodebuild.gTqjHT.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "CryptoSwift" in CryptoSwift.xcworkspace
*** Building scheme "Framework (iOS)" in PubNub.xcworkspace
*** Building scheme "ObjectMapper-iOS" in ObjectMapper.xcworkspace
*** Building scheme "RingCentral_iOS" in RingCentral.xcodeproj
Build Failed
Task failed with exit code 65:  /usr/bin/xcrun xcodebuild -project /Users/......./Downloads

我在社区中搜索了原因,但无法理解为什么会出现编译问题。

请帮帮忙。

EN

回答 2

Stack Overflow用户

发布于 2020-10-06 23:38:56

我是SDK的作者。它的优先级较低,因为它没有像其他SDK(如C#和JS)那样拥有大量用户。我已经收到了您的反馈,我将在本季度尝试更新SDK。谢谢。

票数 1
EN

Stack Overflow用户

发布于 2020-10-02 21:45:05

Swift开发工具包已多年未更新为引用的here

同样的问题也在这里注册:https://github.com/ringcentral/ringcentral-swift/issues/17

也许是迦太基版本导致了这个问题。您可以下载他们的存储库,并在最新的xcode中打开他们的Xcode项目,构建该项目,然后按照以下步骤解决问题:RingCentral: Build Failed Task failed with exit code 65: Carthage installation

作为一种变通方法,如果您正在构建图形用户界面应用程序,您可以使用WebView和JavaScript SDK,就像这里针对相同问题所建议的那样:https://community.ringcentral.com/questions/89996/couldnt-build-ringcentral-library.html

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64171530

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档