Just got stuck with this error while I'm trying to publish an app to app store. Sorry because i cant copy-paste the error code so I will post an image in my question.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- Could I create “Call” button in HTML 5 IPhone appl
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Unable to process app at this time due to a genera
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
In response to this closed question (https://stackoverflow.com/questions/25699733/invalid-binary-your-binary-is-not-optimized-for-iphone-5) ...
One solution is that you need to use Xcode 5.1.1 per Apple http://developer.apple.com/news/?id=04252014a "Starting May 15, 2014, new apps and app updates submitted to the App Store must be built with Xcode 5.1.1."
I have been getting this issue since last two days.
I found this issue in my splash images. I made a mistake by converting .jpeg images to .png format and then adding the images to Launch images. That is the reason for the frequently appearing error message on submitting an app to itunes.
To rectify this issue, I took new images in .png format from Photoshop and added them to Launch Images.
After that, I tried to submit the app and it got submitted successfully .
This method be helpful for other.
Are you sure the 568h file is actually in PNG format? Also make sure that you provided support for iphone 5 for all your screens? Only adding
Default-568h@2x.png
is not gaurantee for iphone 5 support. You have to check for framing of all your view for iphone 3.5" and 4" device.You can do the framing by code or autoresizing that is other thing.
Kindly check out this link: Your binary is not optimized for iPhone 5
I was also suffering from same problem and found solution as described in steps:- 1) I have moved all default png's to the root of my project. 2) Added another Default-568h of size {320,568} to the root.
I have only four files at my root:- Default-568h.png {320,568} , Default-568h@2x.png {640,1136} , Default.png {320,480} , Default@2x.png {640,960}.
The above solution works for me without adding UILaunchImages key in .plist.
For Xcode 6
you must make sure you check in iOS 6 and prior sizes in both LaunchImages and AppIcon in Images.xcassets
Please have a look here I have answer this question before Xcode 6 error msg "Targeting releases prior to iOS 7.0 ..."
I just selected: "Don't use asset catalogs" and then add screenshots photo into: Supporting Files.