stefanceriu / SCXcodeMiniMap

Sublime Text like Minimap for Xcode
GNU General Public License v3.0
1.03k stars 87 forks source link

Install via Alcatraz doesn't work for me #39

Closed Gui13 closed 9 years ago

Gui13 commented 9 years ago

Extract from the console:

25/02/2015 17:12:13,200 Xcode[74353]: Xcodebuild output: 2015-02-25 17:12:12.635 xcodebuild[74671:2343964] [MT] PluginLoading: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Xprop.xcplugin' not present in DVTPlugInCompatibilityUUIDs
=== BUILD TARGET SCXcodeMinimap OF PROJECT SCXcodeMinimap WITH THE DEFAULT CONFIGURATION (Release) ===

Check dependencies

Create product structure
/bin/mkdir -p /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents
/bin/mkdir -p /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents/MacOS
/bin/mkdir -p /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents/Resources

ProcessInfoPlistFile /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents/Info.plist SCXcodeMinimap/SCXcodeMinimap-Info.plist
    cd "/Users/guillaume/Library/Application Support/Alcatraz/Plug-ins/SCXcodeMinimap"
    builtin-infoPlistUtility /Users/guillaume/Library/Application\ Support/Alcatraz/Plug-ins/SCXcodeMinimap/SCXcodeMinimap/SCXcodeMinimap-Info.plist -expandbuildsettings -platform macosx -o /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents/Info.plist

Ld /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents/MacOS/SCXcodeMinimap normal x86_64
    cd "/Users/guillaume/Library/Application Support/Alcatraz/Plug-ins/SCXcodeMinimap"
    export MACOSX_DEPLOYMENT_TARGET=10.7
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -L/Users/guillaume/Library/Application\ Support/Alcatraz/Plug-ins/SCXcodeMinimap/build/Release -L/Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS -L/Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS -F/Users/guillaume/Library/Application\ Support/Alcatraz/Plug-ins/SCXcodeMinimap/build/Release -F/Users/guillaume/Library/Application\ Support/Alcatraz/Plug-ins/SCXcodeMinimap -F/Applications/Xcode.app/Contents/SharedFrameworks -F/Applications/Xcode.app/Contents/Frameworks -F/Applications/Xcode.app/Contents/OtherFrameworks -filelist /Users/guillaume/Library/Application\ Support/Alcatraz/Plug-ins/SCXcodeMinimap/build/SCXcodeMinimap.build/Release/SCXcodeMinimap.build/Objects-normal/x86_64/SCXcodeMinimap.LinkFileList -mmacosx-version-min=10.7 -fobjc-arc -fobjc-link-runtime /Users/guillaume/Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor -framework DVTFoundation -framework QuartzCore -framework DVTKit -framework IDEKit /Users/guillaume/Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI -framework Cocoa -framework IDEFoundation -Xlinker -dependency_info -Xlinker /Users/guillaume/Library/Application\ Support/Alcatraz/Plug-ins/SCXcodeMinimap/build/SCXcodeMinimap.build/Release/SCXcodeMinimap.build/Objects-normal/x86_64/SCXcodeMinimap_dependency_info.dat -o /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents/MacOS/SCXcodeMinimap
clang: error: no such file or directory: '/Users/guillaume/Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor'
clang: error: no such file or directory: '/Users/guillaume/Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI'

** BUILD FAILED **

The following build commands failed:
    Ld /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SCXcodeMinimap.xcplugin/Contents/MacOS/SCXcodeMinimap normal x86_64
(1 failure)

Is this a dependency problem with Alcatraz?

stefanceriu commented 9 years ago

Is your path to Xcode the same as what's in the project e.g. '/Applications/Xcode.app/' ?

alasmiths commented 9 years ago

Same issue here. Does not work when I install it from Alcatraz. Package directory structure seems to be intact but there are no files other than the info.plist in the package

stefanceriu commented 9 years ago

Okay, I think I finally got it :) Let me know if you still have issues and thank you for reporting this.