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)
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'>1.2.9'pod 'ADALiOS', '
target 'Compen10' do
end`
With this, the 'pod update' command throwing the error mentioned below: