2014-03-14 4 views
14

자작 나무는 Check dependencies의 의미는 무엇입니까? 이 문제가 Xcode5.1/iOS7.1 문제입니까? 나는 이미 this link을 만났다.자작 나무는 xctool을 설치할 수 없습니다

$ brew install --verbose xctool 
==> Downloading https://github.com/facebook/xctool/archive/v0.1.14.tar.gz 
Already downloaded: /Library/Caches/Homebrew/xctool-0.1.14.tar.gz 
==> Verifying xctool-0.1.14.tar.gz checksum 
tar xf /Library/Caches/Homebrew/xctool-0.1.14.tar.gz 
==> ./scripts/build.sh 'XT_INSTALL_ROOT=/usr/local/Cellar/xctool/0.1.14/libexec' 
User defaults from command line: 
    IDEBuildLocationStyle = Custom 
    IDECustomBuildIntermediatesPath = /private/tmp/xctool-mj8w/xctool-0.1.14/build/./Intermediates 
    IDECustomBuildLocationType = Absolute 
    IDECustomBuildProductsPath = /private/tmp/xctool-mj8w/xctool-0.1.14/build/./Products 

Build settings from command line: 
    XT_INSTALL_ROOT = /usr/local/Cellar/xctool/0.1.14/libexec 
    XT_IOS_SDK_VERSION_32 = 7.1 
    XT_IOS_SDK_VERSION_64 = 7.1 
    XT_IOS_SDK_VERSION_EXPANDED_32 = 71000 
    XT_IOS_SDK_VERSION_EXPANDED_64 = 71000 

=== BUILD TARGET otest-query-ios OF PROJECT otest-query WITH CONFIGURATION Release === 

Check dependencies 
No architectures to compile for (ARCHS=, VALID_ARCHS=). 

** BUILD FAILED ** 


The following build commands failed: 
    Check dependencies 
(1 failure) 
==> Configuration 
HOMEBREW_VERSION: 0.9.5 
HEAD: a9fc82aea30506eeacbddeb8b53fb85de8acb9d4 
CPU: 8-core 64-bit haswell 
OS X: 10.9.2-x86_64 
Xcode: 5.1 
CLT: 5.1.0.0.1.1393561416 
X11: N/A 
==> ENV 
HOMEBREW_CC: clang 
HOMEBREW_CXX: clang++ 
MAKEFLAGS: -j8 
CMAKE_PREFIX_PATH: /usr/local 
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers 
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries 
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin 

Error: xctool did not build 
Logs: 
    /Users/Glenn/Library/Logs/Homebrew/xctool/01.libexec' 
+0

그것은 5.1 업데이트 엑스 코드 명령 라인 xctool를 설치할 수 없습니다 엑스 코드 5.1 ... –

+0

에 문제가있어 (https://github.com/Homebrew/homebrew/ : 당신은 그것의 자식의 머리에서 xctool를 설치할 수 있습니다 문제/27621) –

답변

30

이 xctool & 엑스 코드 5.1 업스트림 문제입니다. 그들은 그것을 xctool 저장소에서 수정했지만 아직 풀어주지 않았습니다.

brew install -v --HEAD xctool