본문 바로가기

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

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

 

 

'iOS' 카테고리의 다른 글

The app delegate must implement the window property if it wants to use a main storyboard file.  (0) 2020.05.14
[swift] Action extension iOS13  (0) 2019.12.26
iOS 13.1 beta 2  (0) 2019.09.05
iOS 13 개발관련 변경점..  (0) 2019.08.28
iOS 13.1 beta  (0) 2019.08.28