undefined symbol: _objc_class_$_nmfmapview
·
IOS/에러 해결
xocde 빌드시 해당 에러 해결 방법이 없어서 찾기도 힘들었고 내용이 없어서 너무 힘들었습니다. 다른분들은 쉽게 가시길!. undefined symbol: _objc_class_$_nmf~~ undefined symbol: _objc_class_$_nmf~~ undefined symbol: _objc_class_$_nmf~ 해결 방법 네이버 지도의 SDK는 100MB가 넘어가면 필수로 설치 해야 한다고 합니다. git lfs 설치 brew install git-lfs brew가 없으면 따로 설치 진행 해주세요. 이제 Pods 삭제 및 네이버 지도 캐시 삭제 rm -rf Pods pod cache clean NmapsMap 이제 다시 git lfs 설치후 pod install git-lfs install..
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
·
IOS/에러 해결
pod install 에러 pod install --repo-update Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5 Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5 Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5 Ignoring ffi-1.15.5 because its extensions are not built. Try: gem..
Could not build Objective-C module 'react-native-certificate'
·
IOS/에러 해결
먼저 Xcode 종료후 1.파일 삭제 /Library/Developer/Xcode/DerivedData cd ~/Library/Developer/Xcode rm -rf DerivedData/ 2. 내 프로젝트 경로의 ios폴더 안에서 삭제 cd ~projectName/ios rm -rf projectName.xcworkspace rm -rf Podfile.lock rm -rf Pods/ 3. pod 재설치 pod install 그리고 빌드 잘되는지 확인후 실행!
Pod install error(Verification checksum ....)
·
IOS/에러 해결
Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff Steps to reproduce cd ios & pod install React Native Version 0.73.1 해결 방법 해당 프로젝트의 경로에 /node_modules/react-native/third-party-podspecs/boost.podspec 의 boost.podspec 를 열어서 해당 부분 수정 spec.source = { :http => 'https://boo..