delannoyk / SoundcloudSDK

A Client for Soundcloud's API written in Swift!
MIT License
87 stars 27 forks source link

SoundcloudWebViewController buttonOnePasswordPressed error #23

Closed kseniya-hydric closed 8 years ago

kseniya-hydric commented 8 years ago

SoundcloudWebViewController.swift line 76 is giving an error "Nill is not compatible with expected argument type 'OnePasswordSuccessCompletionBlock'". This breaks the build.

delannoyk commented 8 years ago

Hm, is there any chance you performed a pod update? If so, OnePasswordExtension might have been updated to a new version which isn't supported yet. I'll update the pod on the podfile a bit later today to fix that! Thanks for reporting.

kseniya-hydric commented 8 years ago

Yes I did! Thanks, will keep an eye out for the update :)