React Native中类“艺术画笔”的重复接口定义

Posted

技术标签:

【中文标题】React Native中类“艺术画笔”的重复接口定义【英文标题】:duplicate interface definition for class 'art brush' In React Native 【发布时间】:2020-04-22 05:53:58 【问题描述】:

我在安装 pod 后安装了 @react-native-community/art,它应该为类“艺术画笔”产生一个重复的接口定义问题

【问题讨论】:

【参考方案1】:

您遇到了问题,因为软件包没有正确安装,所以请按照以下步骤操作。 对于 react-native >= 0.60 ReactNativeART 应该是自动链接的,不需要额外的操作。但是对于 react-native

react-native 链接 @react-native-community/art 如果仍然无法正常工作,您可以手动完成, ![ Open project.xcodeproj in Xcode Drag RNCSlider.xcodeproj to your project on Xcode (usually under the Libraries group on Xcode ):]1 然后 ![ Link libART.a binary with libraries Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag the static library from the Products folder inside the Library you are importing to Link Binary With Libraries (or use the + sign and choose library from the list ):]2

就是这样,希望对你有帮助

【讨论】:

以上是关于React Native中类“艺术画笔”的重复接口定义的主要内容,如果未能解决你的问题,请参考以下文章

Task02:艺术画笔见乾坤

重复的模块名称:react-native

重复本地通知在 react-native-push-notification 中不起作用

react-native android错误无法安装应用程序native_modules.gradle'行:170 [重复]

React-Native Packager 失败:重复的模块名称

React Native setState不一致[重复]