jcavar / xcfui

Xcode plugin for fui tool
MIT License
210 stars 27 forks source link

Not working in Xcode 6.1.1 #5

Closed ZevEisenberg closed 9 years ago

ZevEisenberg commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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

ZevEisenberg commented 9 years ago

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 commented 9 years ago

Great. Yeah, this issue is about that https://github.com/dblock/fui/issues/13