How to change minimum platform version xcode 15

Hi I'm getting an error "The package product 'SwiftBSON' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0" and I don't know how to adjust the minimum target. I had thought it was ios 17.

There is something surprising me in the screenshot: you have 2 versions referenced for release (17.0 and 16.0 iOS). Why is it so ?

You should also have a look at the build settings of the PROJECT and check if what you have here (it might be empty, but should not iOS be 12 for instance):

How to change minimum platform version xcode 15
 
 
Q