CFBundleVersion Mismatch Error when Building

 

I’m attempting to upload an application to apple, and i keep receiving this error

ERROR ITMS-90345: “Metadata/Info.plist Mismatch. The value for bundle_version in the metadata.xml file does not match the value for CFBundleVersion in ‘App Name Here’ [Payload/App Name.app].”

I can’t seem to edit my CFBundleVersion in my plist table (in build.settings) so it matches, any thoughts???

I’ve tried “1.0”,“1.0.0”,“1”… none of them seem to match its version, is there a way to find out the version?

Your best bet is to not try and specify and CFBundle* values in build.settings and let the simulator manage that for you. Just specify the values in the build dialog form and let us do the rest.

Rob

Okay thanks for the response @Rob!

I just found out i was using the wrong Application Name in the build.

I spent an entire day pulling my hair out over this lol.

Your best bet is to not try and specify and CFBundle* values in build.settings and let the simulator manage that for you. Just specify the values in the build dialog form and let us do the rest.

Rob

Okay thanks for the response @Rob!

I just found out i was using the wrong Application Name in the build.

I spent an entire day pulling my hair out over this lol.