jcavar / xcfui

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

After deleting plugin via the alcatraz can't build project. #4

Closed alexsosn closed 9 years ago

alexsosn commented 9 years ago

/bin/sh: /Users/***/Library/Application Support/Developer/Shared/Xcode/Plug-ins/xcfui.xcplugin/Contents/Resources/fui_script.sh: No such file or directory Reproduces on any xcode version.

jcavar commented 9 years ago

It looks like xcfui was activated when you delete it. Can you go in Build Phases and remove 'Find unused imports' phase?

alexsosn commented 9 years ago

Thanks, it works. I think it is not a good idea to add it in the Build Phases. People who do not have the plugin can not build the project at all.

jcavar commented 9 years ago

Thank you :) Yes, I agree generally that this should be done in a different way. Do you have idea maybe?

alexsosn commented 9 years ago

Thank you too.