在Visual Studio App Center中导入框架(使用Carthage)时,命令“ CompileSwift normal arm64”失败

时间:2018-09-20 10:29:58

标签: ios swift carthage visual-studio-app-center

我是iOS开发的新手,我目前正在与Package Managers一起玩,在这种情况下,我试图使用Carthage将 Alamofire 导入我的应用程序。我能够使用Xcode构建应用程序并将其侧面加载到我的设备上,并且该应用程序可以正常运行(我能够成功调用API,因此我知道 Alamofire 被正确使用了),但是当我提交我的项目到GitHub并在Visual Studio App Center中进行构建,则无法通过“ CompileSwift normal arm64”命令进行构建。有没有人看过这个问题或知道是否有解决方案?

Carthage是否可能与VS App Center不兼容?还是没关系,因为迦太基实际上只是下载框架。

master

以下构建命令失败:     CompileSwift普通arm64     CompileSwiftSources常规arm64 com.apple.xcode.tools.swift.compiler (2个失败)

  

[错误]错误:/ usr / bin / xcodebuild失败,返回码:65

     

[section]完成:Xcode构建(签名)

     

[section]开始:Xcode构建(签名)`

0 个答案:

没有答案