You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: