본문 바로가기

iOS

NMapsMap 네이버 맵 링크 에러

Pods/NMapsMap/framework/NMapsMap.framework/NMapsMap, building for iOS Simulator-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )

 

네이버 pod 설치 전 해당 작업들을 해준다 

 

1. sudo gem install cocoapods // cocoapods 설치

 

2. brew install git-lfs // homebrew 사용시 git-lfs 설치 

(home brew 설치 방법 - 터미널 -> 아래 명령어 실행

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

 

3. git-lfs install // git-lfs 이니셜라이즈

 

4. pod install --repo-update

이미 설치 했으면 주석후 업데이트