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

Unnecessary import in dependencies #10

Closed
alspirichev opened this issue Nov 7, 2019 · 3 comments
Closed

Unnecessary import in dependencies #10

alspirichev opened this issue Nov 7, 2019 · 3 comments

Comments

@alspirichev
Copy link

Hello! Thank you for your work!

I have an issue with dependencies.

This is my MergeFile:

group 'Networking'
	has_dependencies!
	swift_version! '5.0'

	pod 'Alamofire'
	pod 'AlamofireImage'
	pod 'AlamofireActivityLogger'
end

After the merge of these pods I get an Xcode error in AlamofireImage files - No such module 'Alamofire'. But if I remove this import statements - everything will be great. (But I have to do it after every bundle exec pod install)

@biocross
Copy link

biocross commented Nov 9, 2019

Ah! This is because the plugin only replaces <xx/xx> style imports at this time. I've been meaning to add support for import x style imports as well! Will get this in soon! Thank you for reporting.

@biocross
Copy link

biocross commented Nov 9, 2019

@alspirichev I've implemented this in Release 0.0.4 🎉

@alspirichev
Copy link
Author

oh great!
I think we can close this issue

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