yuhua-chen / MCLog

Xcode plugin for filtering the console area.
MIT License
586 stars 55 forks source link

Xcode 7.3 not loading this plugin #48

Closed willard1218 closed 8 years ago

willard1218 commented 8 years ago

I'm download Xcode 7.3 and installed MCLog, but Xcode not load MCLog when Xcode restart.

username0x0a commented 8 years ago

Hi,

something has probably slightly changed in the Window hierarchy. I've managed to quick-patch it by copy-pasting some code from PluginConsole plugin, here's the diff.

[incomplete patch removed]

haojianzong commented 8 years ago

Doesn't work after following @michalzelinka's quick patch advice.

username0x0a commented 8 years ago

@haojianzong Did the patch applied correctly? It had my local file paths so the patch application could fail. Secondly, have you added Xcode 7.3 UUID to plugin's property list as well before building? Here's a fixed patch with both modifications you can apply directly on the cloned repository. Build, restart Xcode & enjoy.

patch.diff.txt

Naituw commented 8 years ago

@michalzelinka Thanks Michal, MCLog works again after patch your diff~ Here is the repo applied the patch: https://github.com/Naituw/MCLog