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

Answered by szymczyk in 771833022

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/

Accepted Answer

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/

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