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
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