iOS Plugin code signing?

I recently run projects and it worked, but today it fails:

163 standard 22:36:48.270852+0100 amfid /Users/cs/Library/Developer/CoreSimulator/Devices/A0088ECC-92A0-498A-8D71-F53AF0D8C398/data/Containers/Bundle/Application/E49BC1DD-F971-4094-AD17-E610DA27D15B/Live Barcode Detection iOS.debug.app/Frameworks/MBS_MacBase_NSColor_Plugin_20419.framework/MBS_MacBase_NSColor_Plugin_20419 signature not valid: -67050

This is Xojo 2020r2.1 with my current plugin.

codesign -d -vvvv /Users/cs/Library/Developer/CoreSimulator/Devices/A0088ECC-92A0-498A-8D71-F53AF0D8C398/data/Containers/Bundle/Application/B232E3C6-CD8F-483A-9BC7-49FCF212DD8B/Live\ Barcode\ Detection\ iOS.debug.app/Frameworks/MBS_Main_NSBase_Plugin_20419.framework

Executable=/Users/cs/Library/Developer/CoreSimulator/Devices/A0088ECC-92A0-498A-8D71-F53AF0D8C398/data/Containers/Bundle/Application/B232E3C6-CD8F-483A-9BC7-49FCF212DD8B/Live Barcode Detection iOS.debug.app/Frameworks/MBS_Main_NSBase_Plugin_20419.framework/MBS_Main_NSBase_Plugin_20419

Identifier=com.xojo.mbs-main_nsbase_plugin_20419
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20400 size=1790 flags=0x2(adhoc) hashes=49+3 location=embedded
VersionPlatform=2
VersionMin=655360
VersionSDK=918016
Hash type=sha256 size=32
CandidateCDHash sha1=abd3074cae810c569579f3f525b5ada65edf8c17
CandidateCDHashFull sha1=abd3074cae810c569579f3f525b5ada65edf8c17
CandidateCDHash sha256=492166745108681dac720c4aaf61f24cee3451fa
CandidateCDHashFull sha256=492166745108681dac720c4aaf61f24cee3451fa99f9d0faa8ef5028342ea89a
Hash choices=sha1,sha256
CMSDigest=33b8be72b6942da1f6914298c5c66b9515f5e71fd3c6aa25e86e7c20ff6556e0
CMSDigestType=2
Executable Segment base=0
Executable Segment limit=131072
Executable Segment flags=0x0
Page size=4096
CDHash=492166745108681dac720c4aaf61f24cee3451fa
Signature=adhoc
Info.plist entries=19
TeamIdentifier=not set
Sealed Resources version=2 rules=10 files=0
Internal requirements count=0 size=12

adhoc signature is there for debug build!?

Some plugins load, even with this code signature error!?

Anyway, the problem seems to be differently as I get runtime error reported when using AVFoundation plugin here.
Maybe someone can check case 63122 - Plugin fails to load in iOS app.