MakeXcodeGr8Again
MakeXcodeGr8Again copied to clipboard
Make 8.3 great again
error: /Volumes/”ramdisk”/DerivedData/MakeXcodeGr8Again-awlkpjlujqghzrhkqtrdhzqmczgl/Build/Products/Debug/xGhostPreventer.xcplugin: No such file or directory
8.2.1
xGhostPreventer doesnt automatically install, but I add the source to the Vendor dir and all works fine.
FYI, I just tried to install on 8.3.2 and am unable yet to cobble together a solution.
Here are the steps best as I could figure:
- download 8.3.2 from apple download archive
- decompress in my downloads folder
- use the makeXcodeGr8.app from binary
- results in ~/Downloads/XcodeGr8.app . 12.06GB
- I tried running the app directly, and nothing visible would happen
- then I found the selfsign.sh script in the repo (which I noticed existed only from the git commit log btw). I went through it just to have an idea wth it was doing
- I downloaded a copy and was preparing to run it but noticed it expected XcodeGr8 to be moved into my apps folder, i.e. APP="/Applications/XcodeGr8.app" ...
- So I moved ~/Downloads/XcodeGr8.app -> /Applications
- then I ran the signing script as my normal user, getting seemingly reasonable results
- then running Xcodegr8 again, nothing in the ui
- I tried the script with sudo. same result.
- running it from terminal gives me this rad error:
ms@get-lost /tmp $ open /Applications/XcodeGr8.app
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/XcodeGr8.app.
Possibly I need to clear some data since I ran it twice, or because I have normal xcode installed? Urg.
Thoughts?
@hahla Paste the source files of xGhostPreventer in it's corresponding folder in the MakeXcodeGr8Again vendor folder.

Just to add another method to get the dependency:
- Clone the
MakeXcodeGr8Againrepository cdto the repository directory- run
git submodule init - run
git submodule update