ypresto / SwiftLintXcode

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

Downgrading Xcode can crash it #8

Open ypresto opened 8 years ago

ypresto commented 8 years ago

This plugin uses Swift and it depends on Swift runtime library. Downgrading Xcode can runtime library version mismatching between Xcode and plugin while compatibility UUID check passes.

With this fix plugin cannot be loaded but it does not cause crash.

Thanks for reporting and patch by @norio-nomura ..! https://github.com/norio-nomura/SwiftLintXcode/tree/nn-fix-loading-swift-runtime-library

Perhaps this should also be reported to plugin template. https://github.com/kattrali/Xcode-Plugin-Template