Swift Package Manager XCode 12.0
Trubianov opened this issue ยท 6 comments
Trubianov commented
Im getting error on Xcode 12.0 with SPM - "the package product 'swinject' requires minimum platform version 9.0 for the ios platform, but this target supports 8.0"
I modified in Package.swift ios version to 9 and it works, but this files places in Derived Data folder, ant it's temp solution. So please update it ASAP.
platforms: [
.macOS(.v10_10),
.iOS(.v8), // CHANGE to v9
.tvOS(.v9),
],
dimawushu commented
+, same sheet
Trubianov commented
+, same sheet
u can do it manually but don't clean Derived data folder, and dont gorget Resolve dependencies, just in case it helps you.
juliobailon commented
There is a pull request for this. Not sure when it is going to be merged
4omar9 commented
Hey guys,
Any update about this ?
BarredEwe commented
This was recently resolved in the pull request.
mpdifran commented
Yup! the Package.swift file now specifies a minimum version of iOS 9.