0

I'm trying to create pipeline in Azure Devops but I get the following error:

/usr/bin/xcodebuild -version Xcode 13.2.1 Build version 13C100 /usr/bin/xcodebuild -sdk iphoneos -configuration Release build -allowProvisioningUpdates | /usr/local/lib/ruby/gems/2.7.0/bin/xcpretty -r junit --no-color

❌ error: File exists but is not a directory: /Users/runner/Library/Developer/Xcode/DerivedData/.../SourcePackages/checkouts/nanopb/build

** BUILD FAILED **

The following build commands failed: CreateBuildDirectory /Users/runner/Library/Developer/Xcode/DerivedData/.../SourcePackages/checkouts/nanopb/build/Release-iphoneos (1 failure) ##[error]Error: /usr/bin/xcodebuild failed with return code: 65

Thanks for your help.

Jealian
  • 105
  • 13
  • Sounds like something is creating a file called "build" in the path where your build scripts expect to create a directory. Maybe look at that file, and also check the build logs for what creates it. – jpa Sep 02 '22 at 07:08

0 Answers0