OAuth2PodApp icon indicating copy to clipboard operation
OAuth2PodApp copied to clipboard

iOS Demo App does not compile - Call can throw but is not marked with 'try'

Open pepejeria opened this issue 7 years ago • 0 comments

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.

pepejeria avatar Jul 20 '17 13:07 pepejeria