Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CocoaPods and Carthage have different Swift imports #208

Open
andriyslyusar opened this issue Jan 30, 2020 · 1 comment
Open

CocoaPods and Carthage have different Swift imports #208

andriyslyusar opened this issue Jan 30, 2020 · 1 comment

Comments

@andriyslyusar
Copy link

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.

@PetarAntonov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants