I'm trying to build a Multiplatform app for Mac but get this incomprehensible error. Anyone any idea what this means and how to fix it?
"Driver threw Swift requires a minimum deployment target of iOS 7.0.0 without emitting errors."
I'm trying to build a Multiplatform app for Mac but get this incomprehensible error. Anyone any idea what this means and how to fix it?
"Driver threw Swift requires a minimum deployment target of iOS 7.0.0 without emitting errors."
This is an intriguing error regarding the Driver message. Could you please provide details about the project you are building? Specifically, what is the minimum deployment set for your project at present? The error message indicates that the API requires iOS 7.0.0 and above, which is an outdated version of iOS. I am curious to know if this API is indeed that version and what version of Xcode you are currently using. Could you kindly share more information about your project?
Albert Pascual Worldwide Developer Relations.
Here is a shot of the compilation build output:
This project has been in the works for several years and this issue suddenly appeared. The minimum deployment is IOS 18. I use Xcode 16.1.
Thank you for your inquiry. It appears that you will need to increase the minimum iOS requirement for Xcode 16.1 to prevent the error. Based on the screenshot, iOS 7 is pretty old.
Albert Pascual Worldwide Developer Relations.