error: Multiple commands produce (after eject react-native)

error: Multiple commands produce (after eject react-native)

我想更改应用程序名称,所以我更改了它并删除了 iOS 和 android 文件夹,然后我 运行 react-native eject 然后我尝试构建项目但我面临来自 vector-icon

的 16 个错误

我在 iOS/projectName/Info.plist

中有 UIAppFonts
<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>

在 Xcode 中,在 Build Phases 选项卡中找到 Copy Bundle Resources 脚本,并查看字体文件是否列在那里。如果是,删除它们应该会有所帮助。

我花了一段时间(我是 XCode 的菜鸟)才弄清楚 Marek Lisik 的答案,所以这是他所说的步骤的图片。