简体   繁体   中英

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. But was unable to install because it hasn't package.swift file.

Is there any way to install the third party library which does not have a Package.swift file using SPM?

There is no way.

It's not only the missing package.swift file, the folder structure must match the requirements.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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