I am trying to use the SwiftIconFont Framework in my project. I followed all the directions listed. I added pod 'SwiftIconFont', '~> 2.7' then performed pod install. The terminal spits out:
Analyzing dependencies
Downloading dependencies
...
...
Installing SwiftIconFont (2.7.0)
...
...
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 8 dependencies from the Podfile and 13 total pods installed.
Judging from this terminal message, SwiftIconFont should have been successfully installed on my project. However, when I go to my project to try to link the SwiftIconFont framework, the added directory appears to be empty.
I tried to import SwiftIconFont but Xcode says no such module exists. What else should I do to be able to use this framework?
I also added github "0x73/SwiftIconFont" to my Cartfile, then performed carthage update, even though this step may be unnecessary.

.xcworkspaceinstead of the usual.xcodeproj.