Skip to content

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

@zjn-116373914

Description

@zjn-116373914

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions