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?