英文 | 简体中文
- iOS 13.3+/ macOS 10.15+
- Xcode 11.3+
- Swift 5.6
使用Carthage将 AlibabacloudEhpcInstant20230701
集成到您的 Xcode 项目中,在您的 Cartfile
中指定它。
github "alibabacloud-sdk-swift/ehpcinstant-20230701" "1.0.1"
使用Swift 包管理器 将 AlibabacloudEhpcInstant20230701
集成到您的 Xcode 项目中,将 AlibabacloudEhpcInstant20230701
添加到 Package.swift
的 dependencies
值。
dependencies: [
.package(url: "https://github.com/alibabacloud-sdk-swift/ehpcinstant-20230701.git", from: "1.0.1")
]
此外,您还需要将 "AlibabacloudEhpcInstant20230701"
添加到 target
的 dependencies
中,如下所示
.target(
name: "<your-project-name>",
dependencies: [
"AlibabacloudEhpcInstant20230701",
])
开启问题,不符合指南的问题可能会被立即关闭。
每个版本的详细更改记录在发布说明中。
版权所有 (C) 2009-present, 阿里云。保留所有权利。