Xcode build error in my Flutter project

Hello, I had to update my Flutter version. Of course, I had to change a lot of things along with it. I don't have a problem when getting Android output, but I get an error in the iOS build process. I've been trying for a week but I couldn't solve it. As a result of my research, it always turns out that I need to update my xcode version, but then I need to update my MacOS version. Unfortunately, I need to buy a new mac for that, because I have a macbook pro early 2015. How can I find out which flutter version I can build up to on my macbook pro early 2015? The error I get is below: Could not find or use auto-linked library 'swiftCompatibility56

If you're planning on shipping your app to the App Store, the current baseline requirement is that you build it with the iOS 17 SDK, which requires Xcode 15. To use Xcode 15, you need macOS Venture 13.5 at a minimum.

How can I find out which flutter version I can build up to on my macbook pro early 2015?

That's not a question I can answer, but would be a good one to ask Flutter's support community.

— Ed Ford,  DTS Engineer

Xcode build error in my Flutter project
 
 
Q