Notice
Recent Posts
Recent Comments
07-17 16:54
YESHTML5
react-native-naver-map 적용시 pod install Error날때 본문
반응형
pod install 중에 다음과 같은 에러가 발생했다.
[!] Error installing NMapsMap
[!] /usr/bin/git clone https://github.com/navermaps/NMapsMap.git /var/folders/np/kql39mdx7576fmh_nzsm58240000gn/T/d20220526-76914-19amcn --template= --single-branch --depth 1 --branch release/3.15.0
Cloning into '/var/folders/np/kql39mdx7576fmh_nzsm58240000gn/T/d20220526-76914-19amcn'...
Note: switching to 'b7ba615aa9d87c5b985b73e1a48279c37a5022e3'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
해결방안
GitHub - navermaps/ios-map-sdk: 네이버 지도 iOS SDK 데모 앱
네이버 지도 iOS SDK 데모 앱. Contribute to navermaps/ios-map-sdk development by creating an account on GitHub.
github.com
반응형
'React,React-Native' 카테고리의 다른 글
homebrew-core is a shallow clone 문제 (0) | 2022.05.28 |
---|---|
ios Cocoapods 문제생길때 (0) | 2022.05.26 |
Object 불변성 유지할수있게, useObject hooks 기반 (0) | 2022.05.25 |
useAxios를 만들어 보았다. (0) | 2022.05.25 |
useToggle hooks를 만들어보았다. (0) | 2022.05.25 |
Comments