mirror of
https://github.com/exyte/ConcentricOnboarding.git
synced 2026-04-02 23:58:57 -06:00
Issue with Swift Package Manager: Invalid Manifest #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GrosserStuhl on 12/21/2021
I tried to import this library multiple times, but alway get the same error:
invalidManifestFormat("/var/folders/hq/xht3hkxj0sj9dmb9l8_s5zm40000gn/T/TemporaryFile.CbTs13.swift:8:15: error: 'v14' is unavailable\n .iOS(.v14)\n ^~~\nPackageDescription.SupportedPlatform:49:27: note: 'v14' was introduced in PackageDescription 5.3\n public static var v14: PackageDescription.SupportedPlatform.IOSVersion\n ^", diagnosticFile: Optional(AbsolutePath:"/Users/dimaprivat/Library/Developer/Xcode/DerivedData/MindMends-dhvxmufwqyjuymghawxgovoejhaf/SourcePackages/ManifestLoading/concentriconboarding.dia")) in https://github.com/exyte/ConcentricOnboarding
Does it not work with iOS 14?