Can not test my app on my device because of version compatibility.

Hi! I have a Mid 2015 Macbook running XCode 14.2 and an iPhone 11 Pro with iOS 17.1. How can I deploy my app to app store if I can not run a test on my device since it is running iOS 17.1 and my xcode does not have iOS 17 framework because my macbook is old enough to have it?

thank you

Accepted Reply

Either update to Xcode 15 or add the iOS 17 device files to your Xcode bundle. Read the following article for more details:

https://www.swiftdevjournal.com/dealing-with-failed-to-prepare-device-for-development-error-message-in-xcode/

  • Thank you I will read the article since I can not update my xcode because of the age of my macbook that is MID 2015.

Add a Comment

Replies

Either update to Xcode 15 or add the iOS 17 device files to your Xcode bundle. Read the following article for more details:

https://www.swiftdevjournal.com/dealing-with-failed-to-prepare-device-for-development-error-message-in-xcode/

  • Thank you I will read the article since I can not update my xcode because of the age of my macbook that is MID 2015.

Add a Comment