I'm trying to create and validate an archive for an iOS app. I can run on the simulators and create the archive, but when I try to validate the archive, I get the following messages :
The plist location seems properly set in the build settings (when I change it I can no longer run on the simulator).
Any clue of what is missing ?
Thanks
Well I just needed to set the "Build" AND "Version" in the "General" tab of my project infos. Setting the value in the plist manually didn't work -_- ...