のねのBlog

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

mac source build/envsetup.sh lunch

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/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk, trying legacy dir
build/core/combo/mac_version.mk:40: *****************************************************
build/core/combo/mac_version.mk:41: * Can not find SDK 10.8 at /Developer/SDKs/MacOSX10.8.sdk
build/core/combo/mac_version.mk:42: *****************************************************
build/core/combo/mac_version.mk:43: *** Stop..  Stop.

apple.stackexchange.com

git clone fatal: Could not read from remote repository.

$ 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)? yes
Warning: Permanently added 'bitbucket.org,104.192.143.3' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
$ ssh -V
OpenSSH_7.2p2, LibreSSL 2.4.1
$ ls -a ~/.ssh
./              ../             known_hosts
$ ssh-keygen

Generating public/private rsa key pair.
Enter file in which to save the key (/Users/user01/.ssh/id_rsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /Users/user01/.ssh/id_rsa.
Your public key has been saved in /Users/user01/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256: user01@host.local
The key's randomart image is:
+---[RSA 2048]----+
+----[SHA256]-----+
$ ls -a ~/.ssh
./              id_rsa          known_hosts
../             id_rsa.pub
$ pbcopy < ~/.ssh/id_rsa.pub 

Set up SSH for Git - Atlassian Documentation

mac Error: Your Xcode (7.3) is outdated

$ 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).
Xcode can be updated from the App Store.
$ brew config
Error: You have not agreed to the Xcode license. Please resolve this by running:
  sudo xcodebuild -license
$ sudo xcodebuild -license
Password:
You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.

Hit the Enter key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf'