Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Failed to load plugin in xcode8 #4

Open
dazuiba opened this issue Sep 19, 2016 · 1 comment
Open

Failed to load plugin in xcode8 #4

dazuiba opened this issue Sep 19, 2016 · 1 comment

Comments

@dazuiba
Copy link

dazuiba commented Sep 19, 2016

Version 8.0 (8A218a)

I am already write DVTPlugInCompatibilityUUIDs use this command:

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID

But found e

WARNING: Failed to load plugin at path: "/Users/sam/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin", skipping. Error: Error Domain=NSCocoaErrorDomain Code=3587 "dlopen_preflight(/Users/sam/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin/Contents/MacOS/SFDYCIPlugin): no suitable image found. Did find:
/Users/sam/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin/Contents/MacOS/SFDYCIPlugin: code signing blocked mmap() of '/Users/sam/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin/Contents/MacOS/SFDYCIPlugin'" UserInfo={NSLocalizedFailureReason=The bundle is damaged or missing necessary resources., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSFilePath=/Users/sam/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin/Contents/MacOS/SFDYCIPlugin, NSDebugDescription=dlopen_preflight(/Users/sam/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin/Contents/MacOS/SFDYCI

@PaulTaykalo
Copy link
Member

Thanks for the update. in order to use it take a look here.
https://github.com/fpg1503/MakeXcodeGr8Again
and you, probably, would need to install the plugin from the source

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants