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
Hi,
when using carthage I generate the project using SPM as described in kylef's blog post.
E.g. for iOS when using the built framework in my application, the deployment target of the framework is 13.4, which is too high for me.
When updating the URITemplate.swifts Package.swift to the swift toolchain 5.0 I can make it work using the platforms specifier.
Hi,
when using carthage I generate the project using SPM as described in kylef's blog post.
E.g. for iOS when using the built framework in my application, the deployment target of the framework is 13.4, which is too high for me.
When updating the
URITemplate.swift
sPackage.swift
to the swift toolchain 5.0 I can make it work using the platforms specifier.Is it applicable to update to 5.0?
If not might there be any other way to achieve this when using carthage?
The text was updated successfully, but these errors were encountered: