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

Unable to add via Swift Package manager #789

Closed Babyyoda777 closed 3 weeks ago

Babyyoda777 commented 4 weeks ago

Describe the bug A clear and concise description of what the bug is. Try adding using git repo url, doesn’t work at all. To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error IMG_0581

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Platform (please complete the following information):

Additional context Add any other context about the problem here. or Using FFmpeg to extract problematic video segments and upload them to GitHub.(ffmpeg -i http://xxx.com/123.mkv -map 0 -c copy -ss 00:00:50 -to 00:04:10 1.mkv)

Babyyoda777 commented 4 weeks ago

Only latest version doesn’t add (2.3.2) specifying 2.2.4 works though but isn’t working once added:

image
Babyyoda777 commented 4 weeks ago

Target type binary error is because of KSplayer

kingslay commented 3 weeks ago

我增加了一个2.3.3版本了,你再试下。