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

Won't install on XCode 7.1 #11

Closed PaulSlocum closed 8 years ago

PaulSlocum commented 8 years ago

It worked on beta 7.1, but when I installed the official 7.1 (7B91b) it no longer shows up in the menus. Reinstalling didn't help.

kitschpatrol commented 8 years ago

Paul, thanks for writing. I can't reproduce this. I tried uninstalling / reinstalling on 7B91b and the plugin is still showing up just fine:

screen shot 2015-10-30 at 11 00 32 am

Couple things to try... can you please confirm that you have the latest binary: shasum ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/KPRunEverywhereXcodePlugin.xcplugin/Contents/MacOS/KPRunEverywhereXcodePlugin

Should yield 64a2c64fa5caf38b9cdf5691c4cffb4e357d46fc.

I wonder if the bundle is "allowed". Could you try: defaults read com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1

If you don't see com.kitschpatrol.KPRunEverywhereXcodePlugin in the allowed list, then please run the following to get Xcode to ask you for permission again:

defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1

Then restart Xcode and be sure to click "Load Bundles" when prompted at startup.

Let me know if this helps.

kitschpatrol commented 8 years ago

Closing this since I can't reproduce and I've been using the plugin on 7.1 without incident. Please re-open if the above didn't help and you're still having trouble. Thanks.