MakeXcodeGr8Again icon indicating copy to clipboard operation
MakeXcodeGr8Again copied to clipboard

Make 8.3 great again

Open reejosamuel opened this issue 8 years ago • 5 comments

reejosamuel avatar Mar 28 '17 12:03 reejosamuel

error: /Volumes/”ramdisk”/DerivedData/MakeXcodeGr8Again-awlkpjlujqghzrhkqtrdhzqmczgl/Build/Products/Debug/xGhostPreventer.xcplugin: No such file or directory

vbonluk avatar May 08 '17 03:05 vbonluk

8.2.1

xGhostPreventer doesnt automatically install, but I add the source to the Vendor dir and all works fine.

backnotprop avatar May 08 '17 15:05 backnotprop

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 avatar May 24 '17 12:05 hahla

@hahla Paste the source files of xGhostPreventer in it's corresponding folder in the MakeXcodeGr8Again vendor folder.

image

zgover avatar Jun 02 '17 01:06 zgover

Just to add another method to get the dependency:

  1. Clone the MakeXcodeGr8Again repository
  2. cd to the repository directory
  3. run git submodule init
  4. run git submodule update

rudedogg avatar Aug 09 '17 02:08 rudedogg