RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won't install via Alcatraz in Xcode 7.3.1

barnaclejive opened this issue · comments

The install progress bar starts but then backs off and stops. I have tried restarting and clearing the global derived data. I have the latest Alcatraz version (1.1.18) installed in Xcode 7.3.1 (7D1014).

Same here. Console output:

5/6/16 10:15:24.348 AM Xcode[33098]: Updating Repo: /Users/kyle/Library/Application Support/Alcatraz/Plug-ins/Build Time Analyzer for Swift
5/6/16 10:15:24.641 AM Xcode[33098]: Git fetch output: 
5/6/16 10:15:24.646 AM Xcode[33098]: Git reset output: HEAD is now at 798fd14 Update README.md
5/6/16 10:15:24.651 AM Xcode[33098]: Wasn't able to find: Build Time Analyzer for Swift.xcodeproj in /Users/kyle/Library/Application Support/Alcatraz/Plug-ins/Build Time Analyzer for Swift

Ah, didn't realize 7.3.1 was out. Will update and fix this. Give me a moment.

Ok. So the plug-in compatibility UUID is the same in 7.3.1 as in 7.3. In other words, it should work. Could you try building the plug-in yourselves and see if that works, @barnaclejive / @bigsprocket ?

  1. Download or clone it
  2. Open it in Xcode and do a build
  3. Restart Xcode and see if Build Time Analyzer shows up at the bottom of the View menu.

Doesn't work from alcatraz for me either, but I'll give your steps a try.

That appears to work.

@krusek Great. I'll make a note of that in the read me file. Will try from Alcatraz later and see what's going on.

@RobertGummesson - manual build/install worked for me also. Thanks for the cool plugin, I found it via the iosdevweekly newletter today. Good luck on the Alcatraz fix.

Looks like this is the problem:

5/6/16 10:15:24.651 AM Xcode[33098]: Wasn't able to find: Build Time Analyzer for Swift.xcodeproj in /Users/kyle/Library/Application Support/Alcatraz/Plug-ins/Build Time Analyzer for Swift

But the project name in there has no spaces:
screen shot 2016-05-06 at 10 24 45 am

@NachoSoto Good stuff. Have created a pull request with a fix for this.

commented

For now, I install all the plugins via manually building the projects 🎉

It's now working to install from Alcatraz again. May be worth while to get the latest build in case you installed before the 'go to line' stuff made it to master.