benoitsan / BBUncrustifyPlugin-Xcode

Xcode plugin to format source code using ClangFormat or Uncrustify
MIT License
1.19k stars 150 forks source link

not work in Xcode 6.3.2 #97

Closed Whirlwind closed 9 years ago

Whirlwind commented 9 years ago

the menu item gone in the Xcode 6.3.2

benoitsan commented 9 years ago

It works with Xcode 6.3.2.

Make sure to install the latest version 2.1.1 https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/tag/2.1.1

If it doesn't work:

  1. Uninstall the plugin.
  2. Launch Xcode.
  3. Quit Xcode.
  4. Install the plugin.
  5. Relaunch Xcode.
EvgenyKarkan commented 9 years ago

Hi! I am using v1.0.5. After update Xcode to v6.3.2 - plugin is gone from 'Edit' menu item. I manually added DVTPlugInCompatibilityUUIDs - E969541F-E6F9-4D25-8158-72DC3545A6C6 ( for Xcode 6.3.2) - but still no luck - plugin still missed in 'Edit' menu

Any chances how to fix it?

benoitsan commented 9 years ago

No, Apple changed some behaviours with the latest Xcode. As I said, use the latest version https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/tag/2.1.1

EvgenyKarkan commented 9 years ago

Ok, thanks. I understand. In new version can I re-use my custom .cfg file?

benoitsan commented 9 years ago

yes, it's explained in the readme and in the preference window.

EvgenyKarkan commented 9 years ago

Thanks again! PS - great plugin BTW :+1: