Swinject/SwinjectStoryboard

Swift Package Manager XCode 12.0

Trubianov opened this issue ยท 6 comments

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),
    ],

+, same sheet

+, 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.

There is a pull request for this. Not sure when it is going to be merged

Hey guys,

Any update about this ?

This was recently resolved in the pull request.

Yup! the Package.swift file now specifies a minimum version of iOS 9.