I'm using an older pod, the MBProgressHUD, that is returning an error when trying to run on iOS 17.0:
Multiple methods named 'setProgress:' found with mismatched result, parameter type or attributes.
It's fairly deeply integrated into the app so I would like to edit it as little as possible. Any idea on the best solution? I've seen options to type-cast id, but I'm a bit unsure about what to cast it to?