Import icon indicating copy to clipboard operation
Import copied to clipboard

Doesn't seem to install

Open RustyKnight opened this issue 9 years ago • 7 comments

OS X 10.11.6 XCode 8.1b3

  • Closed Xcode
  • Ran sudo /usr/libexec/xpccachectl
  • Download the "Import App"
  • Unzipped and copied to Applications
  • Ran the "Import App"
  • Installed the key bindings without issue
  •  -> System Preferences... -> Extensions -> All -> Enable Import ... but can't find Import. I've attached a screen shot for clarity. screen shot 2016-10-17 at 8 51 37 am

Import also does not appear in Xcode's Editor menu

RustyKnight avatar Oct 16 '16 21:10 RustyKnight

Same here on El Capitan. No issue on Sierra though.

ghost avatar Oct 16 '16 22:10 ghost

Same question

Zhangchi0523 avatar Oct 17 '16 07:10 Zhangchi0523

El Capitan

tigrim avatar Oct 19 '16 18:10 tigrim

@RustyKnight it seems that El Capitan is not a happy camper when it comes to this stuff :) I'd suggest building from source in that case if that's not a problem for you. I will update the Readme to add the steps for building from code.

markohlebar avatar Oct 19 '16 18:10 markohlebar

@markohlebar Yea for El Capitan! I'll have a go at building from the source and let you know ;)

Update: I've cloned the repo and built a version from source, archived it using my developer ID and installed it without success, same issue. I'll see if I can get it to run within xCode itself

RustyKnight avatar Oct 19 '16 21:10 RustyKnight

Same here, I built the app with my developer id and still nothing.

MKGitHub avatar Oct 29 '16 10:10 MKGitHub

From my experience in installing Xcode 8 editor extension, there is a hack to make the extension stays in non-debug mode after building from code. (No archive needed)

  1. Build the extension target using developerID
  2. Black icon Xcode shows up.
  3. Force quit the parent Xcode (the blue-icon one)
  4. Quit the black icon Xcode
  5. Launch Xcode normally, the extension will be found in Editor menu. Ready to use. 👏🏽

Ref. from: https://github.com/mapbox/XcodeClangFormat/issues/1 Worked on my system: OSX 10.11.6, Xcode Version 8.0 (8A218a)

denniszxxc avatar Nov 01 '16 09:11 denniszxxc