QuadFlask / react-native-naver-map

🗺️naver map for react-native
MIT License
163 stars 150 forks source link

pod install error #122

Open redvelvet-fan opened 3 years ago

redvelvet-fan commented 3 years ago

Version of react-native-naver-map libraries

Version of react-native

"react-native": "0.66.1"

Platforms you faced the error (IOS or Android or both?)

Expected behavior

Actual behavior

Tested environment (Emulator? Real Device?)

npm install은 되는데 pod install 안됩니다.

`Installing NMapsMap (3.14.0)

[!] Error installing NMapsMap [!] /usr/bin/git clone https://github.com/navermaps/NMapsMap.git /var/folders/18/nrx5803d0zxcn3gmwkbjhxwc0000gn/T/d20211029-77503-oec68w --template= --single-branch --depth 1 --branch release/3.14.0

Cloning into '/var/folders/18/nrx5803d0zxcn3gmwkbjhxwc0000gn/T/d20211029-77503-oec68w'... Note: switching to '9b42a53517a6235ad0c6fd8d6e0aec61ff50d897'.

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

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 :/'`

Screen Shot

image

hasunpark commented 3 years ago

git-lfs 관련 가이드 진행해보셨나요?

Woobeen906 commented 2 years ago
brew install git-lfs
git lfs install
pod install