mac電腦在安裝阿里云go語言短信sdk時報錯:
安裝命令:go get -u http://github.com/aliyun/alibaba-cloud-sdk-go/sdk
Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command.
package github.com/aliyun/alibaba-cloud-sdk-go/sdk: exit status 69
解決辦法:
在終端執(zhí)行sudo xcodebuild -license
然后彈出password 輸入計算機(jī)本機(jī)密碼
當(dāng)出現(xiàn)如下的時候一直按回車鍵
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'
此處是查看協(xié)議
一直按到出現(xiàn)下面文字為止
By typing 'agree' you are agreeing to the terms of the software license agreements. Type 'print' to print them or anything else to cancel, [agree, print, cancel]
然后輸入agree回車
然后在執(zhí)行安裝短信sdk命令:go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk
即可成功