AndrewDongminYoo / react-native-step-counter

[리액트 네이티브 라이브러리] 사용자의 걸음 수를 계산합니다. Android는 StepCounter (or Accelerometer) 센서 API를, iOS는 CoreMotion CMPedometer 를 사용하여 걸음 수를 측정합니다.
https://andrewdongminyoo.github.io/react-native-step-counter/
MIT License
29 stars 10 forks source link

[BLOCKING] Undefined symbol: _OBJC_CLASS_$_FlipperClient #2

Closed AndrewDongminYoo closed 1 year ago

AndrewDongminYoo commented 1 year ago

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

  1. yarn create react-native app walking_tracker
  2. yarn add @dogminyu/react-native-stepcounter
  3. (cd ios && pod install --no-repo-update)
  4. npx react-native run-ios --configuration Release

Specifications

you shold use this command.

npx react-native info
jb9229 commented 1 year ago

https://github.com/facebook/flipper/issues/4278

요거 봤슈?

jb9229 commented 1 year ago

flipper는 디버깅 툴이니

우선 disable 하구 빌드 먼저 해보는게 좋겠네요

AndrewDongminYoo commented 1 year ago

@jb9229 NO_FLIPPER=1 환경변수 맞춰놓고 다시 빌드해보려고 합니다. 그런데 지금 다른 타입 이슈 #1 를 어떻게든 먼저 해결하긴 해야겠네요

fukemy commented 1 year ago

1 first.

Hi, where to set, can u help?