OAuth2PodApp
OAuth2PodApp copied to clipboard
iOS Demo App does not compile - Call can throw but is not marked with 'try'
Compiling the iOS demo app gives the following:
/OAuth2PodApp-master/OAuth2PodApp/OAuth2RetryHandler.swift:64:10: Call can throw but is not marked with 'try'
Adding a try catch or try! solves the issue.