当我尝试在iOS上构建React Native应用程序时收到以下错误:
No component found for view with name "ARTShape"
我在Android上没有任何此类问题。我已经尝试了解决方案here,但是它不起作用:在Xcode中,进行了这些更改并按CMD + B后,在类别Lexical or Preprocessor Issue
下收到以下错误:
'React/UIView+React.h': file not found
答案 0 :(得分:0)
像下面这样尝试链接ART
库:
pod 'React', path: '../node_modules/react-native', subspecs: [
'ART',
]