Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 8 Beta Documentation Generation

I'm currently exploring the latest Xcode Beta, and while doing so I'm watching some related WWDC videos. According to this one(around 33rd minute) you can now have a quick code generation macro(similar to Eclipse and AS).

I'm unable to understand how to use this. Right after this we have a talk about xcode extension so it is possible this to be an extension however it's not clear to me - is it possible to have such feature with Xcode 8 beta?

like image 542
hris.to Avatar asked Jul 15 '26 03:07

hris.to


2 Answers

In order to use this functionality or any Xcode Extensions on macOS 10.11 El Capitan, you need to follow the instructions in the Xcode 8 release notes:

  • Launch Xcode 8 once so it can install required system components
  • Open Terminal and run sudo /usr/libexec/xpccachectl
  • Restart your Mac

This is currently necessary to tell the older operating system about the new Xcode Extension mechanism. It should not be necessary on any macOS Sierra beta.

like image 163
Chris Hanson Avatar answered Jul 17 '26 15:07

Chris Hanson


Okay first thing first - it is build in. And if anyone wonder where it is located, thanks to @Matthew Seaman I found it:

enter image description here

And as others pointed out - it is not working with Version 8.0 beta (8S128d)

like image 44
hris.to Avatar answered Jul 17 '26 16:07

hris.to