# My iOS Build Won't Install

DevFeed: [My iOS Build Won't Install](<https://devfeed.tech/articles/my-ios-build-won-t-install-19387.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/my-ios-build-wont-install/>)

Author: Shai Almog

Published: 2017-05-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [iOS](<https://devfeed.tech/topics/ios.md>), [Xcode](<https://devfeed.tech/topics/xcode.md>), [debug](<https://devfeed.tech/topics/debug.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [debug](<https://devfeed.tech/tags/debug.md>), [ios](<https://devfeed.tech/tags/ios.md>), [issue](<https://devfeed.tech/tags/issue.md>), [pitfalls](<https://devfeed.tech/tags/pitfalls.md>), [run](<https://devfeed.tech/tags/run.md>), [safari](<https://devfeed.tech/tags/safari.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

## AI overview

This tutorial lists common reasons an iOS build may fail to install on a device, including incorrect build variants, architecture settings, UDIDs, package-name conflicts, iOS version requirements, browser choice, and provisioning settings.

## Source excerpt

Recently I sent a build and had an issue installing it. It was late at night and I just forgot to add the build hint ios.debug.archs=armv7 for installation on the 3rd gen iPad I was testing with. So we can all trip over basic mistakes when it comes to iOS installs. So for your convenience I made a list of common pitfalls you might run into if your iOS build won't install on your device.