ios-library icon indicating copy to clipboard operation
ios-library copied to clipboard

Example does not compile under XCode 9.2 / iOS 11.2

Open zero0cool0 opened this issue 8 years ago • 0 comments

The OCLibraryExample of a vanilla git clone of https://github.com/owncloud/ios-library.git does not compile anymore for two reasons

  • 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 *)

zero0cool0 avatar Dec 16 '17 08:12 zero0cool0