-2

My MacBook is running macOS Ventura 13.4.1. I stopped my research after receiving information that my Xcode version does not support my phone version. But I thought maybe there is a solution and wanted to ask. The iPhone 5s is running iOS 12.5.7.

Error Page

error page

HangarRash
  • 7,314
  • 5
  • 5
  • 32
cansev
  • 16
  • 2

1 Answers1

0

You cannot run directly from Xcode to your phone. But you can certainly run your built app on your phone to see how it looks and behaves!

First make sure your deployment target is low enough. Then just use Xcode to archive your app and upload to TestFlight, and then use TestFlight app on your phone to download that build.

If that doesn't work for you, you could do an ad hoc build instead. But TestFlight is simpler because you don't need to configure any special provisioning.

matt
  • 515,959
  • 87
  • 875
  • 1,141
  • thanks for your comment matt but i faced the requirement that my ios version should be 14 and above to download testflight app on app store my phone version is 12 – cansev Jun 23 '23 at 11:56
  • Then do an ad hoc build. – matt Jun 23 '23 at 12:01