Visual Studio - Build Agent - Xcode - Error Code 65 (Build Failed)

I just tried setting up a build agent on my Mac to create an Xcode SWIFT project that I am playing with. I have a build agent working on an android studio project on my windows machine, but I cannot create a SWIFT project for the build.

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
** BUILD FAILED **
The following build commands failed:
    CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler
(1 failure)
Error: /usr/bin/xcodebuild failed with return code: 65

      

Anyone else experiencing this when using Visual Studio Build Agents?

Xcode - 8.3.3

I am not trying to sign anything, just create an IPA file to start.

Thank!

+3


source to share





All Articles