标签: swift xcode react-native cocoapods
我正试图按照https://medium.com/@joshyhargreaves/adding-react-native-to-existing-ios-project-without-cocoapods-6f1ee9106009
基本上,我是将所有xcode-project文件手动添加,而不是将cocoapods用于React-native。
现在我在快速文件中无法使用import React。
import React
我得到No such module 'React'
No such module 'React'
使用cocoapods只是一团糟,我正在尝试为React摆脱它,但是如何从快速的代码中import React开始呢?