Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot debug app on Xcode 7.1 beta, with iOS 9.0 GM

I am getting the following error when trying to run my app using Xcode 7.1 Beta (7B60) with iOS 9.0 GM installed on my iPad:

An error was encountered while enabling development on this device.

Please try rebooting and reconnecting the device. (0xE8000076)

Is there a fix for this issue ? Apple developer forum has one related post , but with no solution

like image 834
humblePilgrim Avatar asked Sep 16 '15 10:09

humblePilgrim


1 Answers

You need to run iOS 9.1 beta together with Xcode 7.1 beta. Using a GM iOS and a beta Xcode together leads to this kind of problems.

I'd suggest to simply use Xcode 7.0 GM with your installed version of iOS.

like image 169
Lucien S. Avatar answered Oct 20 '22 17:10

Lucien S.