강의

멘토링

커뮤니티

Inflearn Community Q&A

hohi11141521's profile image
hohi11141521

asked

Delivery App Clone Coding [with React Native]

Rename app, organize course folder structure

ios 빌드 중 RCTBridgeDelegate.h import 오류

Written on

·

274

0

파일들도 다 올바른 경로에 있고, stackoverflow에서 해당 import문을 "RCTBridgeDelegate.h" 이렇게 바꾸라해서 바꿔도 안되고 .workspace 에서 해야한다해서 해도 안되고

build setting 에 Header Searching 에 추가하라고 해도 안되고 해서 질문드립니다..

#import <React/RCTBridgeDelegate.h>

/Users/bbxgu/Spray_codes/src/frontend/Cirxle/node_modules/react-native/Libraries/AppDelegate/RCTAppDelegate.h:8:9 'React/RCTBridgeDelegate.h' file not found


도와주세요...

react-native

Answer 2

0

hohi11141521님의 프로필 이미지
hohi11141521
Questioner

버전을 몇으로 내리면 안정적으로 돌아갈까요?

 

zerocho님의 프로필 이미지
zerocho
Instructor

강의는 66으로 시작했는데 72, 73, 75까지는 제가 확인했습니다.

hohi11141521님의 프로필 이미지
hohi11141521
Questioner

아하..넵! 감사합니다 해보겠습니다

0

zerocho님의 프로필 이미지
zerocho
Instructor

리액트랑 리액트네이티브 몇버전이신가요?

hohi11141521님의 프로필 이미지
hohi11141521
Questioner

React는 18.3.1이고 React native는 0.76.5 입니다

 

zerocho님의 프로필 이미지
zerocho
Instructor

rn 76에서 이 강의가 돌아가는지 확인이 되지 않았습니다. 76의 주요 변경점이 Bridge가 사라짘거라서요

hohi11141521's profile image
hohi11141521

asked

Ask a question