FMOD bundles codesign

When I try to deploy a macOS build to the mac store, I get an error to codesign the fmod bundles properly.
com.companyName.gamename.pkg/Payload/gameName.app/Contents/Plugins/fmodstudio.bundle/Contents/MacOS/fmodstudio: unsealed contents present in the bundle root com.companyName.gamename.pkg/Payload/gameName.app/Contents/Plugins/fmodstudioL.bundle/Contents/MacOS/fmodstudioL: unsealed contents present in the bundle root com.companyName.gamename.pkg/Payload/gameName.app/Contents/Plugins/gvraudio.bundle/Contents/MacOS/gvraudio: unsealed contents present in the bundle root com.companyName.gamename.pkg/Payload/gameName.app/Contents/Plugins/resonanceaudio.bundle/Contents/MacOS/resonanceaudio: unsealed contents present in the bundle root
Do I have to codesign all these bundles? Please help me…