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

Not working in Xcode 6.1.1 #5

Closed
ZevEisenberg opened this issue Mar 6, 2015 · 5 comments
Closed

Not working in Xcode 6.1.1 #5

ZevEisenberg opened this issue Mar 6, 2015 · 5 comments

Comments

@ZevEisenberg
Copy link

This plugin doesn't appear to work any more. The menu item shows up, but it's not adding a build phase. I'm using a workspace with CocoaPods, if that makes a difference.

@jcavar
Copy link
Owner

jcavar commented Mar 7, 2015

Hello, thanks for reporting this. It looks like this was issue with workspaces in general, not 6.1.1.
I have pushed new version which should now work with default Cocoapods configuration. Please check when you have time and let me know does it work for you.

@ZevEisenberg
Copy link
Author

It's not actually finding unused imports as far as I can tell, but it now correctly modifies the project to add a build phase.

@jcavar
Copy link
Owner

jcavar commented Mar 7, 2015

Can you please try to run command line version(https://github.com/dblock/fui/) to see if it finds anything?

@ZevEisenberg
Copy link
Author

It's working. I misunderstood what fui does. Am I right that it finds class files that are never used, rather than redundant or unused #import statements?

@jcavar
Copy link
Owner

jcavar commented Mar 7, 2015

Great. Yeah, this issue is about that dblock/fui#13

@jcavar jcavar closed this as completed Mar 7, 2015
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