【问题标题】:failed to add. react-native-vector-icons添加失败。反应本机矢量图标
【发布时间】:2021-07-05 17:17:44
【问题描述】:

W 试图将 react-native-vector-icons 添加到我的应用中。

这就是我正在做的:

  1. yarn add react-native-vector-icons

  2. react-native link react-native-vector-icons

  3. 打开 Xcode 项目并在名为 Files 的根目录中创建新组。

  4. 我将所有字体粘贴到文件夹中node_modules/react-native-vector-itens

  5. 并将这些行添加到info.plist 文件中:

    <key>UIAppFonts</key>
        <array>
            <string>AntDesign.ttf</string>
            <string>Entypo.ttf</string>
            <string>EvilIcons.ttf</string>
            <string>Feather.ttf</string>
            <string>FontAwesome.ttf</string>
            <string>FontAwesome5_Brands.ttf</string>
            <string>FontAwesome5_Regular.ttf</string>
            <string>FontAwesome5_Solid.ttf</string>
            <string>Fontisto.ttf</string>
            <string>Foundation.ttf</string>
            <string>Ionicons.ttf</string>
            <string>MaterialCommunityIcons.ttf</string>
            <string>MaterialIcons.ttf</string>
            <string>Octicons.ttf</string>
            <string>SimpleLineIcons.ttf</string>
            <string>Zocial.ttf</string>
        </array>
    
  6. cd ios -&gt; pod install.

  7. yarn ios

  8. 每个添加的字体我都得到了这个例外:

    Build system information
    error: Multiple commands produce '/Users/flavio.luiz/Library/Developer/Xcode/DerivedData/grdiariesapp-glxxnoufhzcqqqehxmwglijwtgap/Build/Products/Debug-iphonesimulator/grdiariesapp.app/FontAwesome5_Brands.ttf':
    1) Target 'grdiariesapp' (project 'grdiariesapp') has copy command from '/Users/flavio.luiz/Documents/learning/grdiariesapp/node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf' to '/Users/flavio.luiz/Library/Developer/Xcode/DerivedData/grdiariesapp-glxxnoufhzcqqqehxmwglijwtgap/Build/Products/Debug-iphonesimulator/grdiariesapp.app/FontAwesome5_Brands.ttf'
    2) That command depends on command in Target 'grdiariesapp' (project 'grdiariesapp'): script phase “[CP] Copy Pods Resources”
    

谁能帮忙?

【问题讨论】:

  • 0.60后手动删除xcode中的文件就可以了,不需要这样做。
  • 是的!有效。要回复吗?

标签: ios xcode react-native yarnpkg react-native-vector-icons


【解决方案1】:

对于

版本 > 0.60 自动链接将完成这项工作,因此在您的情况下您复制它,因此只需删除您插入的文件,所有文件都会按预期工作。

【讨论】:

    猜你喜欢
    • 2018-10-14
    • 2021-02-06
    • 1970-01-01
    • 1970-01-01
    • 2020-10-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多