1

I have an old application, developed using xCode 6. I would like to build it and run it on iOS10 without converting the code to a new version of Swift (as it seems taking too long).

Strangely, I am able to run the app on an iPad with iOS 10.0.1 but not on my iPhone which has iOS 10.0.2. For my iPhone i get ineligible device from the Product>Destination menu.

Does anyone know why?

Thank you

MeV
  • 3,761
  • 11
  • 45
  • 78
  • Can you specify iPhone and iPad versions? I mean for example for iPhone 4s, 5(s), 6(s), 6+, etc. – user28434'mstep Oct 18 '16 at 12:38
  • iPad 4, iPhone 6S. Thank you – MeV Oct 18 '16 at 12:41
  • @MeV, Do you have Xcode 8? – Mandeep Singh Oct 18 '16 at 12:47
  • 1
    You can send build to TestFlight and install it to device which have iOS 10. But batter you update your code. – Ashish Kakkad Oct 18 '16 at 12:53
  • @MandeepSingh yes I do have it but as soon as I open the project with xCode8 I receive hundreds of errors (I believe because the code is not running the last version of Swift, 3) – MeV Oct 18 '16 at 13:01
  • @AshishKakkad thanks, that is my plan but I cannot figure out why I cannot locally build it on my iPhone – MeV Oct 18 '16 at 13:01
  • @AshishKakkad what do you mean for greater version? I am able to install to 10.0.1 but not 10.0.2, is this explained anywhere? – MeV Oct 18 '16 at 13:40
  • 1
    @MeV Please see this link, in the bottom of this link may be you will get your answer. http://stackoverflow.com/questions/30736932/xcode-error-could-not-find-developer-disk-image/39784892#39784892 – Mandeep Singh Oct 18 '16 at 16:22
  • @MandeepSingh amazing, This may be the solution. I need to try this, thank you so much (ps. add this as an answer and I will accept it as right answer) – MeV Oct 19 '16 at 10:20
  • 1
    @MeV, Am really happy, if your answer has been solved. Happy Coding. – Mandeep Singh Oct 19 '16 at 10:22

0 Answers0