I'm trying to fully remove a library I installed using CocoaPods.
I've removed the entry from my Podfile and called pod install
from the terminal.
All the library files seems to be deleted but I can still do import myLibrary
in my iOS Swift project without any build errors.
Why is this so?