Notice
Recent Posts
Recent Comments
Link
거의 알고리즘 일기장
pod install Installing glog (0.3.5) error 본문
error log
[!] /bin/bash -c
set -e
#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
set -e
...
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.
/Users/aepeul/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-85ecd/missing: Unknown `--is-lightweight' option
Try `/Users/aepeul/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-85ecd/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
configure: error: in `/Users/aepeul/Library/Caches/CocoaPods/Pods/External/glog/2263bd123499e5b93b5efe24871be317-85ecd':
configure: error: C compiler cannot create executables
See `config.log' for more details
solution
//Applications folder에 Xcode.app이 있는지 확인하고 ㄲ
sudo xcode-select --switch /Applications/Xcode.app
반응형
'IOS' 카테고리의 다른 글
앱 심사에 통과되었는데, 바로 개발자가 판매를 중단함 상태로 변경될때 (0) | 2023.08.17 |
---|---|
choice-helper (ios 문외한의 swiftui 찍먹후기) (0) | 2023.04.11 |
snapkit 라이브러리 사용법 (with ios) (0) | 2021.10.02 |
LineHeight 에 대한 생각 (with ios) (0) | 2021.09.21 |
pdf image 적용 (with ios) (0) | 2021.09.19 |
Comments