App fails to build using latest iOS SDK

We’re attempting to update the iOS SDK we’re using to 4.6.21666.0428 but the build process is failing with the following error. The build process works when using v4.6.15084.0206.

The following build commands failed:
CompileC /Users/alexanderleon/Library/Developer/Xcode/DerivedData/Streamein-fumrndjnpzeyyvawiypbtjjpvtxg/Build/Intermediates.noindex/ArchiveIntermediates/Streamein/IntermediateBuildFilesPath/Streamein.build/Debug-iphoneos/Streamein.build/Objects-normal/arm64/Zoom.o /Users/alexanderleon/Projects/RaydrLive/app/Zoom/src/ios/Zoom.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Command finished with error code 65: xcodebuild -workspace,Streamein.xcworkspace,-scheme,Streamein,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,Streamein.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/alexanderleon/Projects/RaydrLive/app/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/alexanderleon/Projects/RaydrLive/app/platforms/ios/build/sharedpch
xcodebuild: Command failed with exit code 65
Error: xcodebuild: Command failed with exit code 65
at ChildProcess.whenDone (/Users/alexanderleon/Projects/RaydrLive/app/node_modules/cordova-common/src/superspawn.js:135:23)
at ChildProcess.emit (events.js:219:5)
at maybeClose (internal/child_process.js:1027:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:285:5)
[ERROR] An error occurred while running subprocess cordova.

We’re using the Zoom Ionic plugin w/ the updated SDK and running XCode 11.3 and OSX 10.15.2.

Any ideas as to why this might be happening?

Thanks in advance!

Hi alex1,

Thanks for the post. Based on the info provided, it does not look like an SDK issue. It seems like a Cordova build configuration issue, the following link could be helpful:

Thanks!