We are trying to submit a new binary version with in-app purchase into the Apple iphone app store. However, we are getting the following error when trying to do so:
"The key CFBundleVersion in the Info.plist file must be a period-separated list of positive integers."
We believe that the problem is that svn is appending an 'r' for the revision # to the app. How do we compile our binary so that the letter 'r' is removed from the version?