jcavar / xcfui

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

xcode7 doesn't works #14

Closed agan112 closed 7 years ago

agan112 commented 8 years ago

I had install xcfui from alcatraz.But when I restar my xcode , I can't find the "Find unused imports" item in the file menu.

NSProgrammer commented 8 years ago

ditto

jcavar commented 8 years ago

Ok, this should be fixed with latest pull request. Please reinstall and let me know if you still have problems.

nickbit commented 8 years ago

Installed the latest version on Xcode 7.2 (tried both Alcatraz and git repo install).

No Run Script added to the project -> no warnings about unused imports

I tried it several times.

Any suggestions?

jcavar commented 8 years ago

Hmmm, interesting. Do you have anything special in your project configuration?

nickbit commented 8 years ago

it is a workspace with CocoaPods

jcavar commented 8 years ago

Really not sure, do you have multiple targets maybe?

Daij-Djan commented 8 years ago

same here - don't see anything. I have a workspace with cocoa pods + multi target (2 apps, 4 other targets + X in pods)

nickbit commented 8 years ago

yes, mine is also multi target

jcavar commented 8 years ago

Yeah, I see it now as well. Not sure what is happening, it might take some time to investigate this. Thanks for reporting!

ygj6 commented 8 years ago

I installed xcfui with alcatraz, but it does not appear, My Xcode is 7.3.1,why?

jcavar commented 8 years ago

I am still not sure why it doesn't work. I haven't had time yet to investigate this.

HeidiHansen commented 8 years ago

Still doesn't work. Using Version 7.3 (7D175)

andrewljohnson commented 8 years ago

Also doesn't wok for me with multitarget project.

pangyake commented 7 years ago

TARGETS-info-DVTPlugInCompatibilityUUIDs,add string "AD68E85B-441B-4301-B564-A45E4919A6AD" "A16FF353-8441-459E-A50C-B071F53F51B7" "7265231C-39B4-402C-89E1-16167C4CC990" "ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C". xcode7.3 can load bundle。

jcavar commented 7 years ago

Thanks @pangyake! This is now pushed and I think this issue can now be closed.