简体   繁体   中英

how to add cocoapods to an exsisting project?

I have a project written in Objective-C with libraries. Is it possible to migrate this project to CocoaPods? If yes, please explain how to do this?

Just add CocoaPods to the project usual way. Add your existing libraries to the project using Podfile as well. Then once you update pods , all the libraries will be available in your project under the Pods. Now you can safely delete previous libraries from your project if you had copied them into your project.

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