BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.85k stars 605 forks source link

After loading GPUImage2 through CocoaPods, the project will report some errors #338

Open zjn-116373914 opened 2 months ago

zjn-116373914 commented 2 months ago

My Podfile's Configuration is : s.source = { :git => 'https://github.com/BradLarson/GPUImage2', :commit => 'ffd7b5a64a20535980d4e9eb156fe2ecbe41fc6a' } After CocoaPods loading, the project will report the errors: 'kCMTimeZero' has been renamed to 'CMTime.zero' Cannot convert value of type 'AVMediaType' to expected argument type 'String' 'kCMTimeNegativeInfinity' has been renamed to 'CMTime.negativeInfinity' Missing argument labels 'value:timescale:epoch:' in call 'UIImagePNGRepresentation' has been replaced by instance method 'UIImage.pngData()' Missing argument label 'preferredTimescale:' in call Would you mind solving these problems?

Configuration Environment: Xcode's version is 15.3 Project is iOS's Project, iOS system is 13.6