Skip to content
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.

Failure to update ADALiOS to 1.2.9 version due to orc incompatibility with this version #5

Open
ajitkumar1 opened this issue Sep 26, 2016 · 3 comments

Comments

@ajitkumar1
Copy link

My native iOS app connects to office 365 through ADALiOS through Cocoapods. Currently it is using ADALiOS 1.2.4 and Office365 0.11.0. With the new iOS 10 update, the log in to office 365 is not working. AS per ADAL site, it is require to update the library to 1.2.9 version.

Below is the pod file which i am using to update:

``pod 'Office365', '>0.11.0'
pod 'ADALiOS', '
>1.2.9'

target 'Compen10' do

end`

With this, the 'pod update' command throwing the error mentioned below:

[!] Unable to satisfy the following requirements:

ADALiOS (~> 1.2.9) required by Podfile

ADALiOS (~> 1.2.9) required by Podfile

ADALiOS (= 1.2.4) required by orc (0.2.0)

@meim
Copy link

meim commented Sep 27, 2016

Facing the same issue here, however it seems that ADALiOS 1.2.4 still works on iOS 10 for authentication purpose @ajitkumar1

@ajitkumar1
Copy link
Author

I am using 1.2.4 and it is not working. In ADAL site also they are saying that the fix is on 1.2.9.

@michalcichon
Copy link

I have the same problem. Do you know any workaround?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants