kingslay / KSPlayer

A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
GNU General Public License v3.0
868 stars 182 forks source link

Installing via SPM as a package dependency fails in Xcode 15.3. #767

Closed v4to closed 2 months ago

v4to commented 2 months ago

I have an issue in Xcode 15.3. When I install it as a package dependency for my app via SPM it fails for 17.4 simulator and real device (iphone 13 17.4.1).

image

But on 17.2 simulator it compiles and runs in Xcode 15.3. When i run demo and install demo's dependencies via cocoapods, demo project runs on 17.4 simulator and real device in Xcode 15.3. I think there is an issue when I try to install it as a package dependency for my own app via SPM

image

============================ Downgrading ffmpegkit to 6.1.0 fixed issue

X901 commented 1 month ago

I face the same issue, I tried downgrade ffmpegkit to 6.1.0 it doesn't work