不允许MSAL为目标9.0安装可可豆荚

时间:2018-07-19 07:09:11

标签: ios swift msal

我正在快速项目中实现与Microsoft的登录,并为此使用MSAL。 https://github.com/AzureAD/microsoft-authentication-library-for-objc

这是我的pod文件。

target 'TestMSL' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

# Pods for TestMSL
  pod 'MSAL', :git => 'https://github.com/AzureAD/microsoft-authentication-library-for-objc', :tag => '0.1.3'

end

对于Pod安装,它会给我类似 CocoaPods找不到Pod“ MSAL”兼容版本的错误 enter image description here

这里很奇怪,如果我将部署目标更改为10,则pod安装效果很好。 请帮我如何解决这个问题。我想要最低部署目标9.0。

1 个答案:

答案 0 :(得分:0)

这是github上Microsoft权威机构的答案

MSAL当前支持的iOS部署目标是9.3。他们尚未在iOS 9.0上测试过MSAL,因此未得到正式支持。

此外,不久之后,我们将在发布iOS 12时放弃对iOS 9.3的支持。

Original Answer

相关问题