Is there a way to debug why this crash is happening with the info.plist?

I am attempting to upload an application to the App Store. I archive the build just fine however when I attempt to distribute it to TestFlight / App Store the progress continues until the Signing ipa portion and fails, crashing Xcode and returning the below information. I am unsure what to look for in my Info.plist file.

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Xcode [15710]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               15.0 (22265)
Build Info:            IDEApplication-22265000000000000~3 (15A240d)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2023-10-30 21:18:31.3872 -0400
OS Version:            macOS 13.6 (22G120)
Report Version:        12
Anonymous UUID:        BEF69C9D-CF8D-5B49-999B-99E7E49C1E3B

Sleep/Wake UUID:       FDEB6246-B8CE-4202-8970-1130064E877D

Time Awake Since Boot: 21000 seconds
Time Since Wake:       20425 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: archive info plist lock

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000

Termination Reason:    Namespace SIGNAL, Code 6 Abort trap: 6
Terminating Process:   Xcode [15710]

Application Specific Information:
abort() called
com.apple.main-thread
Answered by hallux in 770339022

Alright so updating to Xcode 15.0.1 provided me with a much clearer error message upon attempting to upload. The cause to my error was that I had a v in my Version v2.0.1. The error provided me with that information that it must be decimals only with no letters.

Accepted Answer

Alright so updating to Xcode 15.0.1 provided me with a much clearer error message upon attempting to upload. The cause to my error was that I had a v in my Version v2.0.1. The error provided me with that information that it must be decimals only with no letters.

Is there a way to debug why this crash is happening with the info.plist?
 
 
Q