Xcode 15.1 fail to upload build

Hello, since I'm forced to used Xcode 15.1 I'm not able to distribuite my app cause upload error as attached.

I checked all the CFBoundleVersion on my project using the following script and no one is b1.0.0

echo $file;
{ plutil -p $file | grep CFBundleVersion; } || echo Failed $file;
done;

any ideas to fix it?

Is b1 a non-negative integer

XCode 15.1 is the beat version and cannot be uploaded to the App Store

no one of my target/pods have that CFBoundleVersion

Xcode 15.1 fail to upload build
 
 
Q