#2 iOS中使用ART可能碰到的问题
2018-08-16 本文已影响28人
JamesSawyer
解决办法:
- No component found for view with name “ARTShape”
- No component found for view with name “ARTShape” #11 - github issue
步骤:
- 将
node_modules/react-native/Libraries/ART/ART.xcodeproj
拖到xcode中 - 在主项目 的
Build Phases -> Link Binary With Libraries
将libART.a
添加即可
突然发现简书上已经有人写过这个问题了: