Xcode 14: GenerateDSYMFile get error while build with ARM and x86_64

I have updated from Xcode 13 to Xcode 14 and my project can not build with Any Mac (Mac Catalyst, Apple Silicon, Intel) options. I get this issue:

GenerateDSYMFile /MyFolder/Build/Products/MyApp.app.dSYM /MyFolder/Build/Products/MyApp.app/Contents/MacOS/MyApp (in target 'MyApp' from project 'MyApp')
cd /MyProjectFolder/xcode4/catalyst
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /MyFolder/Build/Products/MyApp.app/Contents/MacOS/MyApp -o /MyFolder/Build/Products/MyApp.app.dSYM

error: the univesral binary has a slice with an offset exceeds 4GB and will produce an invalid Mach-O file.
the univesral binary has a slice with an offset exceeds 4GB and will produce an invalid Mach-O file.

But it work ok with My Mac (Mac Catalyst) option and Xcode 13 with all options. Can you help me?

the dsymutil has this bug when it tries to output dSYMs larger than 4GB.

Xcode 14: GenerateDSYMFile get error while build with ARM and x86_64
 
 
Q