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
When I try to add the package with the Swift Package Manager in Xcode I get an error: invalidMainfestFormat. You have to change this platforms: [ .iOS(.v13) ] to this platforms: [ .iOS(.v12) ] in the Package.swift file.
The text was updated successfully, but these errors were encountered:
When I try to add the package with the Swift Package Manager in Xcode I get an error:
invalidMainfestFormat
. You have to change thisplatforms: [ .iOS(.v13) ]
to thisplatforms: [ .iOS(.v12) ]
in the Package.swift file.The text was updated successfully, but these errors were encountered: