-1

I have MacBook Air 2012 on MacOs Mojave with the latest version of MacOs I can install being Catalina. The latest version of Xcode that Catalina supports is Xcode 12.4, which only can build for iOS 14.4 and older. But my iPhone has iOS 14.7 and I can't downgrade it. Is it possible to build for iOS 14.7 with Xcode 12.4 or, better, Xcode 11.3 since I use Mojave? Using simulator is not an option because I need to access bluetooth. Thanks

1 Answers1

2

Yes. You can use iOS 14.7 on Xcode 12.4. You only need to add device support file in Xcode for iOS 14.7.

You need to add device support file from this link

Protocol
  • 1,696
  • 13
  • 30
  • 1
    Also Please check https://stackoverflow.com/a/58075799/8259188 if you don't know how to add device support files. – Protocol Dec 07 '21 at 12:11