You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: