2

I'm archiving my builds like normal, selecting iOS device from the device menu, and clicking Product->Archive. Once the archiving finishes, I click "Submit to App Store" in the Organizer window.

After the app successfully uploads to iTunes Connect, I enable TestFlight beta testing and try to download it to my device, at which point I get an error message:

Unable to Download Apps

"[Your app] and 1 other application could not be installed at this time.

Done | Retry

Any ideas what's going on here? I also tried running the debugger on my device, which is now listed as an "ineligible device" in XCode, even though it's running 8.3 and my deployment target is 7.0.

Matt
  • 6,993
  • 4
  • 29
  • 50
  • I have the same problem after switching to Xcode 6.3. Did you manage to fix it? – Luc Wollants Apr 20 '15 at 13:48
  • @LucWollants I did, but it was a matter of updating the build number and uploading a new build to iTunes Connect. – Matt Apr 21 '15 at 14:05
  • I had some time to test it again and I also had to make a new build with a new version and a new upload. After this new build the orange dot finally showed next to the application name to indicate it is a beta build. – Luc Wollants Apr 21 '15 at 18:26

2 Answers2

0

This is may be related to this thread, Try this => Ineligible Devices section appeared in Xcode 6.x.x

Updated 4 : for XCode 6.3 & iOS 8.3, if you have this problem, just go to Product > Destination to select your device. Even though it says your device is ineligible, it will still allow you to select it. If your iDevice version is >= target version, the build should work. It must be a bug for XCode 6.3 in debug with iOS 8.3 (thanks @einfach)
Community
  • 1
  • 1
user2577923
  • 206
  • 1
  • 5
0

Solved by updating the version number in my info.plist file and rebuilding.

Matt
  • 6,993
  • 4
  • 29
  • 50