---
slug: "Xcode7でビルドしたらERRORITMS-90096:\"YourbinaryisnotoptimizedforiPhone5...\"が出た"
title: "When Building with Xcode 7, ERROR ITMS-90096: \"Your binary is not optimized for iPhone 5 ...\" Appears"
description: "Customize the post-reset redirect URL in Django `django-allauth` — via settings and by overriding `ACCOUNT_ADAPTER`."
url: "https://www.ytyng.com/en/blog/Xcode7でビルドしたらERRORITMS-90096:\"YourbinaryisnotoptimizedforiPhone5...\"が出た"
publish_date: "2015-11-05T11:27:09Z"
created: "2015-11-05T11:27:09Z"
updated: "2026-05-11T13:21:43.800Z"
categories: ["iOS"]
keywords: ""
featured_image_url: "https://media.ytyng.com/resize/20230812/4fb5ee36896c477f80426c096fb057d3.png.webp?width=768"
has_video: false
has_music: false
video_urls: []
music_urls: []
lang: "en"
---

# When Building with Xcode 7, ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 ..." Appears

<div class="document">

<p>The following article was helpful.</p>
<p>[iOS] "ERROR ITMS-90096: 'Your binary is not optimized for iPhone 5'" Occurred During AppStore Registration - Wanting to Become a Mobile Engineer
<a class="reference external" href="http://ubur1114.hatenablog.com/entry/2015/09/17/162934">http://ubur1114.hatenablog.com/entry/2015/09/17/162934</a></p>
<p>It seems that if the Launch Screen cannot be displayed in iOS 7, an error will occur.</p>
<p>Even specifying "Don't use Asset catalogs" in Launch Images Source was futile.</p>
<p>Therefore, I will create image assets for iOS 7.</p>
<p>Open the image asset file, click the + button at the bottom, and select "App Icons &amp; Launch Images" → "New iOS Launch Images."</p>
<p>The files to be input are for the second row, "iPhone Portrait iOS 7-9," in the "2x" and "Retina4" sections; no other image registration is necessary.</p>
<p>For 2x, insert a 640x960 PNG image, and for Retina4, insert a 640x1136 PNG image. Incidentally, if you do not intend to display the images (and do not want to allocate resource capacity here), you can submit a single-color transparent PNG image.</p>
<p>If you are encountering this error in the first place, you probably have not been able to display launch images on iOS 7 until now. It would be best to decide based on the balance between effort and capacity.</p>
<p>In General -> Launch Images Source, specify this image asset, build, and submit, and the error will no longer appear.</p>
</div>
