FYI, I have the same issue....
I'm using scripts that are tried and tested from earlier v7 releases but it doesnt work on 7.03UC
PS C:\Users\username\Desktop\build> Export-ESXImageProfile -ImageProfile $newProfile -ExportToIso -filepath ESXi-7.0U3c-19193900-standard-NUC.iso
Export-ESXImageProfile : Error retrieving file for VIB 'VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328': ("<zipfile.ZipExtFile name='vib20/vmkusb-nic-fling/VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328.vib'
mode='r' compress_type=deflate>", "Error opening file object for VIB 'VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328': Expected value '[]' for attribute 'swplatforms', but found value
'[<vmware.esximage.Vib.SoftwarePlatform object at 0x0000020C63000088>]'.").
At line:1 char:1
+ Export-ESXImageProfile -ImageProfile $newProfile -ExportToIso -filepa ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Export-EsxImageProfile], SoapException
+ FullyQualifiedErrorId : System.Web.Services.Protocols.SoapException,VMware.ImageBuilder.Commands.ExportProfile
Using AutoDeploy. Loaded VMware-ESXi-7.0U3b-18905247 and the latest USB fling.
Ran the ISO export and got this error:
An error occured while performing the task<br/>
(None, None, 'Error retrieving file for VIB \'VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328\': ("<_io.BufferedReader name=\'/storage/imagebuilder/vibs/VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328.vib\'>", "Error opening file object for VIB \'VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328\': Expected value \'[]\' for attribute \'swplatforms\', but found value \'[<vmware.esximage.Vib.SoftwarePlatform object at 0x7fc3945f18d0>]\'."); ("<zipfile.ZipExtFile name=\'vib20/vmkusb-nic-fling/VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328.vib\' mode=\'r\' compress_type=deflate>", "Error opening file object for VIB \'VMW_bootbank_vmkusb-nic-fling_1.8-3vmw.703.0.15.51233328\': Expected value \'[]\' for attribute \'swplatforms\', but found value \'[<vmware.esximage.Vib.SoftwarePlatform object at 0x7fc3945f1c90>]\'.").')
I suspect this latest USB driver is incompatible.. Any ideas?