Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zjn-116373914 opened this issue Apr 20, 2024 · 0 comments

Comments

@zjn-116373914
Copy link

zjn-116373914 commented Apr 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant