我是RingCentral的新手。我正在尝试iOS应用程序的RingCentral Swift。我正在检查引用here。
我得到了以下编译失败的问题:
*** 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我在社区中搜索了原因,但无法理解为什么会出现编译问题。
请帮帮忙。
发布于 2020-10-06 23:38:56
我是SDK的作者。它的优先级较低,因为它没有像其他SDK(如C#和JS)那样拥有大量用户。我已经收到了您的反馈,我将在本季度尝试更新SDK。谢谢。
发布于 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
https://stackoverflow.com/questions/64171530
复制相似问题