Import
Import copied to clipboard
Doesn't seem to install
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 findImport. I've attached a screen shot for clarity.
Import also does not appear in Xcode's Editor menu
Same here on El Capitan. No issue on Sierra though.
Same question
El Capitan
@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 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
Same here, I built the app with my developer id and still nothing.
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)
- Build the extension target using developerID
- Black icon Xcode shows up.
- Force quit the parent Xcode (the blue-icon one)
- Quit the black icon Xcode
- 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)