You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced an issue when I built my project. When I built my project the build failed. I am using Carthage.
The error from the build logs in Xcode said that the iOS deployment target is set to 8.0 but the range of supported deployment target versions is 11.0 to 16.4.99.
In Cartfile, I have github "contentful/contentful-persistence.swift" ~> 0.17.5.
I am using XCode version 14.3.1 and Carthage version 0.39.
The text was updated successfully, but these errors were encountered:
I experienced an issue when I built my project. When I built my project the build failed. I am using Carthage.
The error from the build logs in Xcode said that the iOS deployment target is set to 8.0 but the range of supported deployment target versions is 11.0 to 16.4.99.
In Cartfile, I have
github "contentful/contentful-persistence.swift" ~> 0.17.5
.I am using XCode version 14.3.1 and Carthage version 0.39.
The text was updated successfully, but these errors were encountered: