Description
Environment:
The platform name and version : iOS 13.0-16.x
The library version : 0.9.1
The integration method: CocoaPods
The version of Xcode you're using 13.4.1
Issue
I have tried to send my application to testflight but receive the following message from Apple:
TMS-90338: Non-public API usage - The app references non-public symbols in Kinedu: _CGImageGetImageSource. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/.
I understand this issue was fixed in SDWebImage 5.14.2 but SDWebImageWebPCoder is still using SDWebImage 5.13.5
SDWebImage/SDWebImage#3442