のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2016-10-21から1日間の記事一覧

Mac CommandLineTools

Mac

$ xcode-select -r xcode-select: error: --reset must be run as root (e.g. sudo xcode-select --reset). $ sudo xcode-select -r Password: $ xcode-select -p /Library/Developer/CommandLineTools$ /usr/bin/clang --version Apple LLVM version 8.0.0 …

mac ln

Mac

$ sudo ln -s /Applications/Xcode_7.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk /Developer/SDKs/MacOs/ 10:50:09 $ sudo ln -s /Applications/Xcode_8.0.app/Contents/Developer/Platforms/MacOSX.platform/De…

mac aosp 10.12 error: 'syscall' is deprecated: first deprecated in OS X 10.12

Mac

system/core/libcutils/threads.c:38:10: error: 'syscall' is deprecated: first deprecated in OS X 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Werror,-Wdeprecated-de…

mac source build/envsetup.sh lunch

Mac

build/core/combo/mac_version.mk:26: none of the installed SDKs (wifi-serviceac_sdk_versions_installed) match supported versions (10.8 10.9 10.10 10.11), trying 10.8 build/core/combo/mac_version.mk:36: no SDK 10.8 at /Applications/Xcode.app…

git clone fatal: Could not read from remote repository.

Mac

$ git clone git@bitbucket.org:user01/android.git Cloning into 'android'... The authenticity of host 'bitbucket.org (104.192.143.3)' can't be established. RSA key fingerprint is SHA256:. Are you sure you want to continue connecting (yes/no)…

mac Error: Your Xcode (7.3) is outdated

Mac

$ brew install tree Error: Your Xcode (7.3) is outdated. Please update to Xcode 8.0 (or delete it). Xcode can be updated from the App Store.$ brew install tree Error: Your Xcode (7.3) is outdated. Please update to Xcode 8.0 (or delete it).…