We are facing this issue in our project:
❌ error: The package product 'MarkdownKit' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'KoreBotSDK' from project 'KoreBotSDK')
A new version was release of MarkdownKit https://github.com/bmoliveira/MarkdownKit/releases, and since the kore package use:
.package(url: "https://github.com/bmoliveira/MarkdownKit.git", from: "1.7.0") since is used from instead of exact I guess the new version of MarkdownKit is causing the issue with the minimum version.
We are facing this issue in our project:
❌ error: The package product 'MarkdownKit' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'KoreBotSDK' from project 'KoreBotSDK')
A new version was release of MarkdownKit https://github.com/bmoliveira/MarkdownKit/releases, and since the kore package use:
.package(url: "https://github.com/bmoliveira/MarkdownKit.git", from: "1.7.0")since is usedfrominstead ofexactI guess the new version of MarkdownKit is causing the issue with the minimum version.