BaedalMate / BaedalMate_iOS

2 stars 0 forks source link

[err] xcode build error #40

Open byein opened 1 year ago

byein commented 1 year ago
  1. Thread-local storage is not supported for the current target 스크린샷 2022-12-08 오전 11 32 37 스크린샷 2022-12-08 오전 11 32 33

solve: https://github.com/tanersener/react-native-ffmpeg/issues/148#issuecomment-633371018

  1. Typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t') 스크린샷 2022-12-08 오전 11 35 00

solve: https://stackoverflow.com/questions/70357696/error-in-pods-rct-folly-folly-portability-time-h-and-typedef-redefinition-with-d

  1. Entry file index.js does not exist. If you use another file as your entry point, pass ENTRY_FILE=myindex.js 스크린샷 2022-12-08 오후 1 01 45 스크린샷 2022-12-08 오후 1 04 34

`set -e

export NODE_BINARY=node export ENTRY_FILE=./index.tsx ../node_modules/react-native/scripts/react-native-xcode.sh `