简体   繁体   中英

Delete FontAwesome from my Xcode project Swift

I downloaded and install FontAwesome for Swift ( https://github.com/thii/FontAwesome.swift ) via Pods and i'd like to remove it completely from my project but I don't find any solutions and when I remove the file one by one I get an error :

could not read data from '/Users/[...]/Pods/Target Support Files/FontAwesome.swift/ResourceBundle-FontAwesome.swift-Info.plist': The file “ResourceBundle-FontAwesome.swift-Info.plist” couldn't be opened because there is no such file.

Thanks for help

要删除 pod,只需从 Podfile 中删除相应的行(在您的情况下: pod 'FontAwesome.swift' )并运行pod installpod update

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