Reputation: 21808
I'm running brew install mogenerator
And unfortunately receive error:
Error: Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool
What may be a possible reason?
I tried running /usr/bin/otool -L /usr/bin/install_name_tool
and received the following output:
xcodebuild[1597:47878] [MT] PluginLoading: Required plug-in compatibility UUID AABB7188-E14E-4433-AD3B-5CD791EAD9A3 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-06-18 13:39:49.180 xcodebuild[1597:47878] Failed to load plugin at: /Users/andreychernukha/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin, skipping. Reason for failure: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
xcodebuild: error: SDK "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" cannot be located.
otool: error: unable to find utility "otool", not a developer tool or in PATH
Upvotes: 2
Views: 138