Version
1.4.5
Environment that reproduces the issue
Xcode 16.1
Is it reproducible in the example application?
Yes
Reproduction steps
Add the below SPM url as package dependecy and try to build
https://github.com/apivideo/api.video-swift-live-stream.git
Expected result
Update the Package.swift file to specify the minimum supported platform version as 13
Actual result
I am getting build issue saying The package product 'HaishinKit' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ApiVideoLiveStream' from project 'ApiVideoLiveStream
Additional context
No response
Relevant logs output
Version
1.4.5
Environment that reproduces the issue
Xcode 16.1
Is it reproducible in the example application?
Yes
Reproduction steps
Add the below SPM url as package dependecy and try to build
https://github.com/apivideo/api.video-swift-live-stream.git
Expected result
Update the Package.swift file to specify the minimum supported platform version as 13
Actual result
I am getting build issue saying The package product 'HaishinKit' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ApiVideoLiveStream' from project 'ApiVideoLiveStream
Additional context
No response
Relevant logs output