kitschpatrol / KPRunEverywhereXcodePlugin

An Xcode 7 plugin to build and run an app across multiple iOS devices with one click.
MIT License
315 stars 8 forks source link

Works only when initially installed #7

Closed themuser closed 9 years ago

themuser commented 9 years ago

Using

When I install this plugin from alcatraz, it works very well.

Then I exit teh Xcode and re-run Xcode again, the plugin is gone. I cannot see Run Everywhere option from Product menu.

The only workaround I can do now is just reinstalling this plugin everytime I re-run the xcode. Any help would be appreciated. Thanks for the awesome plugin.

zimme commented 9 years ago

Same problem here.

I see the plugin as installed when restarting Xcode but no options from Products menu.

OS X 10.10.3 (14D136) Xcode 6.3.2 (6D2105)

kitschpatrol commented 9 years ago

A subtle change in Xcode 6.3.2 had broken something.

I just posted a fix in commit #148e34deb91e0d9e260d5abcaf268cc5dcd2d866.

Please uninstall, reinstall, restart Xcode, and be sure you say "Load Bundle" when presented with the following dialogue:

screen shot 2015-06-16 at 2 59 44 pm

Let me know if this is a fix for you.

Thanks!