You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Set EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
Set LC_RPATH=...
With this fix plugin cannot be loaded but it does not cause crash.
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.
EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
LC_RPATH=...
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
The text was updated successfully, but these errors were encountered: