You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile a project with a MacOS target:
"The package product 'SwiftfulRecursiveUI' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.14"
Minimum MacOS target set in my project: 12.0
Upon investigation, SwiftfulUI supports 10.14 and above, while SwiftfulRecursiveUI supports 12.0 and above. This discrepancy throws an error and prevents using this package with a MacOS application.
Recommend normalizing the minimum platform versions between SwiftfulRecursiveUI and SwiftfulUI.