简体   繁体   English

在没有 package.swift 的情况下安装第三方 Swift ZEFE90A8E604A7C840E88D03AD6

[英]Install a third party without package.swift with the Swift package manager

I was installing AmazonS3RequestManager in my iOS App project through the Swift package manager.我正在通过 Swift package管理器在我的 iOS 应用程序项目中安装 AmazonS3RequestManager。 But was unable to install because it hasn't package.swift file.但无法安装,因为它没有 package.swift 文件。

Is there any way to install the third party library which does not have a Package.swift file using SPM?有没有办法使用 SPM 安装没有 Package.swift 文件的第三方库?

There is no way.不可能。

It's not only the missing package.swift file, the folder structure must match the requirements.不仅缺少 package.swift 文件,文件夹结构必须符合要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM