ypresto / SwiftLintXcode

An Xcode plug-in to format your code using SwiftLint.
Other
351 stars 15 forks source link

DVTPlugInCompatibilityUUIDs Error on XCode 8 #15

Open James2516 opened 7 years ago

James2516 commented 7 years ago

I resigned my XCode 8, then ran

git clone https://github.com/ypresto/SwiftLintXcode
cd SwiftLintXcode
# Build and install.
xcodebuild -configuration Release

It returns an error:

2017-01-15 04:19:39.496 xcodebuild[1328:19000] [MT] PluginLoading: Required plug-in compatibility UUID E0A62D1F-3C18-4D74-BFE5-A4167D643966 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SwiftLintXcode.xcplugin' not present in DVTPlugInCompatibilityUUIDs

What's the problem?