Morgan Dock
Morgan Dock
seeing this crash, sdwebimage version 5.17.0, integrated with SPM, xcode 14.2, line SDWebImageDownloader.m:524 on iPhone
Unless that is a static function, should `fus` detect that? or are you saying it does detect that currently and shouldn't?
set this up in cocoapods as `pod "DBDebugToolkit", :configurations => ['Debug']` to ensure it only installs on debug builds. This will keep DBDebugToolkit out of production builds. if you need...
I don't personally integrate it this way, but it seems to be pulling up just find in xcode. Why not try installing it and setting it up to find out?
@TatyanaLeschenok so how do i proceed from there if the access token is invalid and i cant use it to get [public_profile](https://developers.facebook.com/docs/graph-api/reference/user/#default-public-profile-fields) fields ?
@mjlmton my application normally sends the accesstoken in SDK 16.3.1 to our backend, and from there we grap user photos for the account sign up process. can i still send...
if you disable bitcode, wont you not get dsyms generated for your app unless you are on xcode 14+ ?
also, seeing this, 5.18.5
can you try adding if #available(iOS 16, *) { return "_UITextContainerView" } to getHiddenContainerTypeInStringRepresentation