CocoaPods and Carthage have different Swift imports
andriyslyusar opened this issue · 1 comments
Integrating project using Carthage to Swift project you importing
import JVFloatLabeledText
Using CocoaPods
import JVFloatLabeledTextField
Am I doing something wrong?
The problem I am creating reusable component base on JVFloatLabeledTextField for project using both CocoaPods and Carthage for dependency management.
Hello,
I'm facing the same problem. I'm working on a framework which uses JVFloatLabeledTextField via Pods. Adding my framework to an application which uses Pods as well works fine, but if the application uses Carthage there's a problem with the names and the application won't build.
The Pods name is JVFloatLabeledTextField while the Carthage name is JVFloatLabeledText
Is there a way to resolve this problem or could we expect an update where both names are the same?
Thank you,
Petar Antonov