Closed csujedihy closed 9 years ago
+1
+1, after install codepilot, I cannot install other plugins through Alcatraz. My Xcode version is 6.2 and Alcatraz version is 1.1.1
not only that; my homebrew
is notnow fucked up; can't run any brew
commands…
Ideas as to how to circumvent this? Even removing CodePilot
from the Plug-ins
folder doesn't fix this…
NVM; Alcatraz issue was related to something else
I'm kinda bored atm so I took a look at it.
The 'correct' solution would be to make sure the plugin is only initialised when running "real" Xcode, not when xcodebuild
is called, but I'm not actually sure if that's possible.
If it's not, the crash is caused because in CPCodePilotPlugin.m
#L39, the CPCodePilotWindowDelegate
is instantiated, which in L31 creates a new window, which obviously crashes.
My guess is that lazy-instantiating the WindowDelgate
would make the problem make away, but I'm that bored to actually go ahead and try it.
yeah; on #18 I offered to help with the project because it seems kind of "forgotten" and this leads me to believe that the contributors (not complaining about your job here guys) maybe don't have the time to work as much as this project requires.
I'll try to dig into this later today and will try to send a PR
with hopefully a solution for this; in the meantime I had to remove CodePilot
from my Plug-ins
folder and from here:
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
@esttorhe nice
+1
+1
+1
Hey guys, this problem should no longer appear ( as of #46 ). Let us know if you still have the issue.
I found my make command does not work and printed
Then, I checked xcodebuild and it printed
Finally, I removed CodePilot and then everything is fine.