gpt4 book ai didi

ios - 不允许 MSAL 为目标 9.0 安装 cocoa pod

转载 作者:行者123 更新时间:2023-11-28 07:44:44 25 4
gpt4 key购买 nike

我正在我的 swift 项目中使用 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 install,它给了我这样的错误 CocoaPods could not find compatible versions for pod "MSAL" enter image description here

奇怪的是,如果我将我的部署目标更改为 10,那么 pod 安装工作正常。请帮我解决这个问题。我想要最低部署目标 9.0。

最佳答案

这里是github上微软权威的回答

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

此外,我们将在 iOS 12 发布前后很快放弃对 iOS 9.3 的支持。

Original Answer

关于ios - 不允许 MSAL 为目标 9.0 安装 cocoa pod ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51416423/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com