iOS Build Failed with SSZipArchive

I’m getting the following error and not sure what to make of it. I asked AI and it gave me some feedback but not something within the config.xml.

UserError: The following build commands failed:
	Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/app-axpyvhmtdwpskvgnzfsgpctjvsqz/Build/Intermediates.noindex/ArchiveIntermediates/app/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SSZipArchive.framework/SSZipArchive normal (in target 'SSZipArchive' from project 'Pods')
(1 failure)

Any ideas?

Thank you,

Could you provide the entire build log?

I wasn’t able to attach the log here. I sent the entire log to support@volt.build.

I’ve looked your build log over and it looks like one of your plugin’s dependencies. It’s somewhat labor intensive to got through all the plugins - especially if you have a lot. We suggest removing them half of them and seeing if the build completes - if so, then failing one is in the half you removed. Remove half of the failing group and try again. Keep removing half until you get down to the one that’s the problem. Once you know the culprit we can provide more guidance.

Looks like it’s this plugin: cordova-zip-plugin which uses the cocopods SSZipArchive SSZipArchive on CocoaPods.org. The build works fine on Android but fails on iOS. Was previously working for iOS but now failing.

Any ideas?

This plugin hasn’t been updated in 4 years and likely it simply won’t work with newer versions of iOS without an update. You could attempt reaching out to the developer, but it seems abandoned. It does look like there are a few newer plugins. You might give some of those a try.

You’ll have to publish the plugin to NPM or upgrade to an Enterprise account. Let me know if we can help!