FormulaMonks / Auto-Importer-for-Xcode

Plugin for Xcode to quickly import your headers on the fly.
https://citrusbyte.com
MIT License
553 stars 59 forks source link

Auto importer does no longer work in newest Xcode version #16

Closed FramusRock closed 9 years ago

FramusRock commented 9 years ago

Does anyone else have this issue?

river2202 commented 9 years ago

I have same issue and can't make it work with Version 6.3.2 (6D2105). Peckham can work partly.

FramusRock commented 9 years ago

I once got it to work by including the new DVTPlugInCompatibilityUUID by hand. (I found it somewhere else on GitHub). But unfotunately, I doesn't work now any longer.

I think it's pretty annoying that all Xcode plugins stop working after any update.

river2202 commented 9 years ago

Just found a pull request from @zenangst to fix this problem. His fix work perfectly. @lucholaf, you should merge the pull request from @zenangst. Also found FuzzyAutocompletePlugin has fixed the compatible issue for Xcode 6.3.2. https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin/commit/2e390ab9440a9a97567501f4bbb3d363abc10bec

lucholaf commented 9 years ago

merged

zenangst commented 9 years ago

:beers: