简体   繁体   中英

Removing SwiftSpinner cocoapods import module from project in swift

I've installed a cocoapods in my project but now I want to remove it from project. I did all I can find from internet. I have removed the framework and embedded binaries. But still when I write "import SwiftSpinner" at top of any .swift files the project auto-completes it and project runs without error. How can I remove this in a way that it wouldn't be listed in my modules as well? By the way this only happens in my current project.

You want to remove the swifspinner from your project? If yes,

Remove the Pod pod 'SwiftSpinner' from your podfile and run pod install again.

This will solve your problem.

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