Can't build for iOS

What platform are you building for?

iOS

What framework are you building with?

Cordova

What is your build ID?

bc64d99c-74d4-41d7-8e91-3897e28a7f1b

What is your error message?

ServerError: Cordova build for iOS failed

Please describe the issue:

The start of it:

ServerError: Cordova build for iOS failed
Pbx project written with localization groups
Reading build config file: /Users/vagrant/voltbuilder/agent/upload/cb33a66b-640f-445e-8148-7de9d090a345/build.json
Reading build config file: /Users/vagrant/voltbuilder/agent/upload/cb33a66b-640f-445e-8148-7de9d090a345/build.json
Building project: /Users/vagrant/voltbuilder/agent/upload/cb33a66b-640f-445e-8148-7de9d090a345/platforms/ios/App.xcworkspace
Building project: /Users/vagrant/voltbuilder/agent/upload/cb33a66b-640f-445e-8148-7de9d090a345/platforms/ios/App.xcworkspace
Configuration: Debug
Configuration: Debug
Platform: device
Platform: device
Target: iOS Device
Target: iOS Device

Ending:

The following build commands failed:
CompileC /Users/vagrant/Library/Developer/Xcode/DerivedData/App-dijcduavbhkmxdafhrymesaguilr/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Debug-iphoneos/App.build/Objects-normal/arm64/SDNetworkActivityIndicator.o /Users/vagrant/voltbuilder/agent/upload/a072f13b-0a31-4bce-88c3-2ac9b6b054ba/platforms/ios/App/Plugins/cordova-plugin-advanced-http/SDNetworkActivityIndicator.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target ‘App’ from project ‘App’)
Archiving workspace App with scheme App
(2 failures)
Command failed with exit code 65: xcodebuild -workspace App.xcworkspace -scheme App -configuration Debug -destination generic/platform=iOS -archivePath App.xcarchive archive ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO LD_RUNPATH_SEARCH_PATHS = “@executable_path/Frameworks”

I tried removing deployment-target as it was set to 13, but no difference.