Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Tunde Adegoroye
20,597 PointsIssues submitting app
I'm having an issue submitting the app into the iOS app store when i have created the app in iTunes connect but when i want to submit it via archive i am getting the following error message
ERROR ITMS-4238: "Redundant Binary Upload. There already exists a binary upload with build version '1.0' for train '1.0' at SoftwareAssets/PreReleaseSoftwareAsset.
I don't understand what this means and i can't even locate this folder can someone help
1 Answer

Steve Smith
12,955 PointsThe error means that there's already a build of your application that's been uploaded with that version number (1.0), and you can't submit a 'new build' with a version number that's already been submitted. I wouldn't worry about how or why, just increment the version number in the project in Xcode (1.0.1) and then rebuild/archive/upload the new binary.