titletext | description |
---|---|
Troubleshoot common issues for installing builds |
This section covers the most common issue encountered when installing builds on devices.
|
Many different kinds of problems can interfere or prevent installing an application onto a device. This page describes a process for determining where the problem likely lies, and provides solutions for the most common issues.
-
Try to install a build. Installation failure could be due to one of these issues:
-
Inspect the logs for errors. If any are found, they should help you determine what the problem is, and hopefully help you figure out a solution.
Installing an app on a particular device requires that the app is properly signed. If you have not yet uploaded a code signing certificate, buddybuild cannot properly sign your application.
This means that a successful build cannot be installed on a device, and so buddybuild does not make the build artifact available for download.
This situation does not prevent your tests from running; instead of performing a device build, buddybuild performs a simulator build that your tests can use.
{% include "/_common/note-device_vs_simulator_builds.adoc" %}
Almost every case of an app not installing on a device is caused by an existing version of the app already installed conflicting with buddybuild’s attempt to install it.
In particular, buddybuild cannot install on top of an App Store version. Please delete any App Store versions before attempting to install an app through buddybuild.
Also, when there are pending (or active) updates, it appears that app installs are blocked. Make sure that your device is fully updated before attempting an app install.
This error is quite generic and could be caused by the following reasons, but not limited to:
-
The device’s UDID is not included in the provisioning profile.
-
The build was incorrectly signed or has broken entitlements.
-
The device or iOS version is incompatible with the build.
-
The device’s storage is full.
-
You’ve reached your device provisioning limit in your Apple Developer Account (See your "Remaining devices" in your App Settings > Integrations > Apple Developer Portal, in the buddybuild dashboard).
Sometimes a "Rebuild without cache" might get you going, but if you are still experiencing this, we recommend that you get the device logs and reach out to us on Intercom.
Installation of an app build from buddybuild does not work when Private browsing mode is enabled in Safari.
Private browsing mode protects your privacy by not collecting or storing certain kinds of personal information, and blocks certain kinds of tracking. Buddybuild’s app installation process requires some of the tracking that Private browsing mode blocks.
Here’s how to turn off Private browsing:
-
Tap the tabs button (the right-most button in the bottom toolbar below)
-
Tap on Private to deselect it.
-
Quit Safari, then click on the install link again.
If you still see this error message, make sure cookies are not disabled on your device:
For iOS 9 and 10 | For iOS 11 | |
---|---|---|
|
|
When you get this error while trying to install the buddybuild profile, try the following:
-
Open the Settings app.
-
Tap General.
-
Tap Profile.
-
Tap buddybuild.com Config.
-
Tap Remove Profile.
-
Enter your passcode.
-
Tap Remove.
-
Try to reinstall the build, buddybuild should ask you to install the profile again.