You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCOAuth2Configuration.h not found in OCCommunication.h
[[AppDelegate sharedOCCommunication] setCredentialsWithUser:user andPassword:password]; in ViewController.m because setCredentialsWithUser does not exist anymore and probably needs to be replaced with setCredentials:(OCCredentialsDto *)
The text was updated successfully, but these errors were encountered:
The OCLibraryExample of a vanilla git clone of https://github.com/owncloud/ios-library.git does not compile anymore for two reasons
[[AppDelegate sharedOCCommunication] setCredentialsWithUser:user andPassword:password];
in ViewController.m becausesetCredentialsWithUser
does not exist anymore and probably needs to be replaced withsetCredentials:(OCCredentialsDto *)
The text was updated successfully, but these errors were encountered: