According to this solution https://devforums.apple.com/message/612098#612098 make this steps:
- Install ApplicationLoader_2.5.1.dmg (Just install it, you don’t need to launch/use it)
- Quit & restart Xcode
- Clean Project
- Archive (again)
- Validate/Submit now works
This solution fixed my problems with submission.
Related Contents:
- How to use custom fonts in iPhone SDK? [duplicate]
- Is ARC really supported in iOS 4? The iOS 4.2 SDK is missing ARC-related symbols at linking time
- Enabling crash logs symbolication in Xcode 4.2
- How to detect iPhone 5 (widescreen devices)?
- ‘Missing recommended icon file – The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120×120′ pixels, in .png format’
- Faster alternative to glReadPixels in iPhone OpenGL ES 2.0
- UIPageViewController: return the current visible view
- Declaration/definition of variables locations in ObjectiveC?
- iOS SDK – Programmatically generate a PDF file
- Make movie file with picture Array and song file, using AVAsset
- Change iOS app’s language on the fly
- In iOS6, trouble forcing ViewController to certain interfaceOrientation when pushed on stack
- Detecting when the ‘back’ button is pressed on a navbar
- Custom font in a storyboard?
- When should I release objects in -(void)viewDidUnload rather than in -dealloc?
- UIPickerView that looks like UIDatePicker but with seconds
- What properties can I set via an UIAppearance proxy?
- Ignore certain exceptions when using Xcode’s All Exceptions breakpoint
- Best practices for iOS applications security
- Adding “Open In…” option to iOS app
- How do I reset after a UIScrollView zoom?
- UIPageViewController, how do I correctly jump to a specific page without messing up the order specified by the data source?
- iOS Autolayout – How to set two different distances between views, depends on the screen height
- How to detect touches in status bar
- iOS – How to implement a performSelector with multiple arguments and with afterDelay?
- UILabel updating stops during scrolling UIScrollView
- Dismissing a Presented View Controller
- Call a parent view controller (through a navigationcontroller)
- Objective-C: Find numbers in string
- Simultaneous AVCaptureVideoDataOutput and AVCaptureMovieFileOutput
- Programmatically detect if app is being run on device or simulator
- iOS PNG Image rotated 90 degrees
- How to open preferences/settings with iOS 5.1?
- subclassing UIWindow while using storyboards
- UINavigationBar’s drawRect is not called in iOS 5.0
- Get location name from Latitude & Longitude in iOS
- Change color of UISwitch in “off” state
- UISlider with increments of 5
- Drawing Smooth Curves – Methods Needed
- Using Objective C to read log messages posted to the device console
- Fetch all events from EventStore EventKit iOS
- iphone ios running in separate thread
- Objective-C setting NSDate to current UTC
- Dynamically setting layout on UICollectionView causes inexplicable contentOffset change
- Alternatives For iOS Development Under Windows [duplicate]
- NSDateFormatter, am I doing something wrong or is this a bug?
- Find all locations of substring in NSString (not just first)
- Is there any way to see the file system on the iOS simulator?
- Blocks instead of performSelector:withObject:afterDelay: [duplicate]
- Subview appears underneath superviews layer.border?