踩坑如下:
1,masonry等 识别不了宏定义
-
解决:
2,'React/RCTBridgeModule.h' file not found
-
关键:$(inherited)
3, 编译错误:A parameter list without types is only allowed in a function definition
参考:typeof 编译错误
4,pod install错误
-
原因:
Folly支持的最低版本9.0
- 解决:
将xcode中IOS最低支持版本改为9.0
5,RN的库找不到
-
解决: