>> We had an app rejected for using private API calls, one of those calls
>> was setMaxValue. The only class I can find that's using setMaxValue is
>> ASIHTTPRequest, when it checks to see if it's NSProgressIndicator or
>> not. I'm not sure why this is causing an issue, but it might just be
>> better to just use "#if !TARGET_OS_IPHONE" than seeing if it responds
>> to the selector.
There's a fix in the latest version on GitHub now.
My apologies to anyone who gets hit by this.
Ben