I want to distribute the app ans this error pops up...

An error error was encountered: Error Analyzing App Version (Build number request failed with error: BuildsService: ResponseErrors (1) (1): Error status: 400, code: PARAMETER_ERROR.INVALID, title: 'A parameter has an invalid value' detail: "" is not a valid filter, id ........ '

Solved!!!! Change de the app version from 1.0.0 to 1.0 on Xcode.

Accepted Answer

Solved!!!! Change de the app version from 1.0.0 to 1.0 on Xcode.

I changed Bundle version string (short) in the Info.plist file to proper from empty and archive was successfully uploaded!

In info.plist, I added the following lines and solved the problem:

<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>

I had 2 periods in the version number v2..0. What an ***** :)

I found same issue! even build number is more than that it still not work What is build number? build number is for what?

I want to distribute the app ans this error pops up...
 
 
Q